summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-23glasm: Add logical instructions on GLASMReinUsesLisp1-8/+8
2021-07-23glasm: Remove duplicated Fp64 pack instructions on GLASMReinUsesLisp1-8/+0
2021-07-23glasm: Add floating-point comparisons on GLASMReinUsesLisp1-12/+0
2021-07-23glasm: Reimplement bitwise ops and BFI/BFEameerj1-26/+2
2021-07-23glasm: Initial GLASM fp64 supportReinUsesLisp1-8/+0
2021-07-23glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp1-24/+0
2021-07-23glasm: Remove unused functions left from rebaseReinUsesLisp1-12/+0
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-329/+186
2021-07-23glasm: Implement BFI, BFEameerj1-40/+0
Along with implementations of common instructions along the way
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-754/+32
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+2155