summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_instructions.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23glasm: Implement more GLASM composite instructionsReinUsesLisp1-10/+15
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-457/+387
2021-07-23glasm: Use CMP.S for Select32ameerj1-2/+2
2021-07-23glasm: Implement BFI, BFEameerj1-31/+35
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-80/+97
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+650