summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* glasm: Fix moving U64 immediates to registers in GLASMReinUsesLisp2021-07-231-1/+2
* glasm: Implement storage atomic opsameerj2021-07-231-0/+13
* glasm: Add conversion instructions to GLASMReinUsesLisp2021-07-231-0/+3
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-4/+13
* glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp2021-07-231-40/+0
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-18/+77
* glasm: Remove unused argument in identity instructions on GLASMReinUsesLisp2021-07-231-7/+7
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-3/+63
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+95