summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_integer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-123/+93
|
* glasm: Use CMP.S for Select32ameerj2021-07-231-2/+2
| | | | also fixes ADD and SUB to use U modifier
* glasm: Implement more logical opsameerj2021-07-231-4/+4
|
* glasm: Implement BFI, BFEameerj2021-07-231-67/+79
| | | | Along with implementations of common instructions along the way
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-0/+228
|
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+0