summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_integer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-123/+93
2021-07-23glasm: Use CMP.S for Select32ameerj1-2/+2
2021-07-23glasm: Implement more logical opsameerj1-4/+4
2021-07-23glasm: Implement BFI, BFEameerj1-67/+79
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-0/+228
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+0