summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm (follow)
Commit message (Expand)AuthorAgeFilesLines
* glasm: Remove duplicated Fp64 pack instructions on GLASMReinUsesLisp2021-07-231-8/+0
* glasm: Remove unnecesary new white space on Clamp GLASMReinUsesLisp2021-07-231-4/+4
* glasm: Add floating-point comparisons on GLASMReinUsesLisp2021-07-233-120/+116
* emit_glasm: Implement more integer alu opsameerj2021-07-232-47/+41
* glasm: Reimplement bitwise ops and BFI/BFEameerj2021-07-234-88/+108
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-239-55/+152
* glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp2021-07-234-66/+77
* glasm: Remove unused functions left from rebaseReinUsesLisp2021-07-231-12/+0
* glasm: Specify namespace when using FormatToReinUsesLisp2021-07-231-6/+6
* glasm: Implement more GLASM composite instructionsReinUsesLisp2021-07-232-54/+63
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-2312-1244/+1380
* glasm: Use CMP.S for Select32ameerj2021-07-233-12/+8
* glasm: Implement more logical opsameerj2021-07-232-5/+5
* glasm: Implement BFI, BFEameerj2021-07-234-138/+164
* glasm: Use BitField instead of C bitfieldsReinUsesLisp2021-07-232-8/+12
* glasm: Remove unused argument in identity instructions on GLASMReinUsesLisp2021-07-231-7/+7
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-239-840/+1167
* glasm: Changes to GLASM register allocator and emit contextReinUsesLisp2021-07-234-26/+64
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-2326-0/+3079