summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_instructions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glasm: Implement more GLASM composite instructionsReinUsesLisp2021-07-231-10/+15
|
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-457/+387
|
* glasm: Use CMP.S for Select32ameerj2021-07-231-2/+2
| | | | also fixes ADD and SUB to use U modifier
* glasm: Implement BFI, BFEameerj2021-07-231-31/+35
| | | | Along with implementations of common instructions along the way
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-80/+97
|
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+650