summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_instructions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glasm: Implement storage atomic opsameerj2021-07-231-54/+54
|
* glasm: Add conversion instructions to GLASMReinUsesLisp2021-07-231-60/+62
|
* glasm: Add fp min/max insts and fix store for fp64 on GLASMReinUsesLisp2021-07-231-2/+2
|
* glasm: Add logical instructions on GLASMReinUsesLisp2021-07-231-4/+4
|
* glasm: Add floating-point comparisons on GLASMReinUsesLisp2021-07-231-27/+27
|
* emit_glasm: Implement more integer alu opsameerj2021-07-231-11/+11
|
* glasm: Reimplement bitwise ops and BFI/BFEameerj2021-07-231-16/+18
|
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-6/+6
|
* glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp2021-07-231-2/+2
|
* 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