aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_floating_point.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20shader_recompiler: Reduce unused includesameerj
2021-12-05shader_recompiler: Adjust emit_context includesameerj
2021-07-22glasm: Implement PREC on relevant instructionsReinUsesLisp
2021-07-22glasm: Review all GLASM insts to be aware of register aliasingReinUsesLisp
2021-07-22glasm: Add MUFU instructions to GLASMReinUsesLisp
2021-07-22glasm: Properly clamp Fp64 on GLASMReinUsesLisp
2021-07-22glasm: Fix clamps so the min value has priority on NAN on GLASMReinUsesLisp
2021-07-22glasm: Add conversion instructions to GLASMReinUsesLisp
2021-07-22glasm: Add fp min/max insts and fix store for fp64 on GLASMReinUsesLisp
2021-07-22glasm: Add floating-point comparisons on GLASMReinUsesLisp
2021-07-22glasm: Initial GLASM fp64 supportReinUsesLisp
2021-07-22glasm: Make GLASM aware of typesReinUsesLisp
2021-07-22glasm: Implement basic GLASM instructionsReinUsesLisp
2021-07-22glasm: Add GLASM backend infrastructureReinUsesLisp