summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23glasm: Ensure reg alloc order across compilers on GLASMReinUsesLisp1-11/+14
2021-07-23glasm: Enable unintentionally disabled register aliasing on GLASMReinUsesLisp1-16/+11
2021-07-23glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp1-0/+6
2021-07-23glasm: Fix register allocation when moving immediate on GLASMReinUsesLisp1-11/+39
2021-07-23glasm: Fix moving U64 immediates to registers in GLASMReinUsesLisp1-1/+2
2021-07-23glasm: Implement storage atomic opsameerj1-0/+13
2021-07-23glasm: Add conversion instructions to GLASMReinUsesLisp1-0/+3
2021-07-23glasm: Initial GLASM fp64 supportReinUsesLisp1-4/+13
2021-07-23glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp1-40/+0
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-18/+77
2021-07-23glasm: Remove unused argument in identity instructions on GLASMReinUsesLisp1-7/+7
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-3/+63
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+95