summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_select.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* shader_recompiler: Adjust emit_context includesameerj2021-12-061-1/+1
* glasm: Implement SelectU1ReinUsesLisp2021-07-231-3/+3
* glasm: Review all GLASM insts to be aware of register aliasingReinUsesLisp2021-07-231-1/+1
* glasm: Implement SelectU64 on GLASMReinUsesLisp2021-07-231-3/+18
* glasm: Reimplement bitwise ops and BFI/BFEameerj2021-07-231-0/+52
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-46/+0
* glasm: Use CMP.S for Select32ameerj2021-07-231-8/+4
* glasm: Implement BFI, BFEameerj2021-07-231-0/+50
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+0