summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_floating_point.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glasm: Review all GLASM insts to be aware of register aliasingReinUsesLisp2021-07-231-4/+4
|
* glasm: Add MUFU instructions to GLASMReinUsesLisp2021-07-231-14/+15
|
* glasm: Properly clamp Fp64 on GLASMReinUsesLisp2021-07-231-6/+6
|
* glasm: Fix clamps so the min value has priority on NAN on GLASMReinUsesLisp2021-07-231-12/+15
|
* glasm: Add conversion instructions to GLASMReinUsesLisp2021-07-231-22/+28
|
* glasm: Add fp min/max insts and fix store for fp64 on GLASMReinUsesLisp2021-07-231-8/+6
|
* glasm: Add floating-point comparisons on GLASMReinUsesLisp2021-07-231-81/+89
|
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-8/+8
|
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-164/+135
|
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-0/+421
|
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+0