summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* glasm: Add logical instructions on GLASMReinUsesLisp2021-07-231-8/+8
* glasm: Remove duplicated Fp64 pack instructions on GLASMReinUsesLisp2021-07-231-8/+0
* glasm: Add floating-point comparisons on GLASMReinUsesLisp2021-07-231-12/+0
* glasm: Reimplement bitwise ops and BFI/BFEameerj2021-07-231-26/+2
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-8/+0
* glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp2021-07-231-24/+0
* glasm: Remove unused functions left from rebaseReinUsesLisp2021-07-231-12/+0
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-329/+186
* glasm: Implement BFI, BFEameerj2021-07-231-40/+0
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-754/+32
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+2155