summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_select.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-12-06shader_recompiler: Adjust emit_context includesameerj1-1/+1
2021-07-23glasm: Implement SelectU1ReinUsesLisp1-3/+3
2021-07-23glasm: Review all GLASM insts to be aware of register aliasingReinUsesLisp1-1/+1
2021-07-23glasm: Implement SelectU64 on GLASMReinUsesLisp1-3/+18
2021-07-23glasm: Reimplement bitwise ops and BFI/BFEameerj1-0/+52
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-46/+0
2021-07-23glasm: Use CMP.S for Select32ameerj1-8/+4
also fixes ADD and SUB to use U modifier
2021-07-23glasm: Implement BFI, BFEameerj1-0/+50
Along with implementations of common instructions along the way
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+0