summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_select.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-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.
* shader_recompiler: Adjust emit_context includesGravatar ameerj2021-12-051-1/+1
|
* glasm: Implement SelectU1Gravatar ReinUsesLisp2021-07-221-3/+3
|
* glasm: Review all GLASM insts to be aware of register aliasingGravatar ReinUsesLisp2021-07-221-1/+1
|
* glasm: Implement SelectU64 on GLASMGravatar ReinUsesLisp2021-07-221-3/+18
|
* glasm: Reimplement bitwise ops and BFI/BFEGravatar ameerj2021-07-221-0/+52
|
* glasm: Make GLASM aware of typesGravatar ReinUsesLisp2021-07-221-46/+0
|
* glasm: Use CMP.S for Select32Gravatar ameerj2021-07-221-8/+4
| | | | also fixes ADD and SUB to use U modifier
* glasm: Implement BFI, BFEGravatar ameerj2021-07-221-0/+50
| | | | Along with implementations of common instructions along the way
* glasm: Add GLASM backend infrastructureGravatar ReinUsesLisp2021-07-221-0/+0