aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_integer.cpp
AgeCommit message (Expand)Author
2021-07-22glasm: Implement 64-bit shiftsReinUsesLisp
2021-07-22glasm: Implement IADD.CCameerj
2021-07-22glasm: Implement BFE.CCReinUsesLisp
2021-07-22glasm: Write result to scalar on integer comparison instructionsReinUsesLisp
2021-07-22glasm: Rework control flow introducing a syntax listReinUsesLisp
2021-07-22glasm: Review all GLASM insts to be aware of register aliasingReinUsesLisp
2021-07-22glasm: Implement IAbs64 and INeg64 on GLASMReinUsesLisp
2021-07-22glasm: Add conversion instructions to GLASMReinUsesLisp
2021-07-22glasm: Remove unnecesary new white space on Clamp GLASMReinUsesLisp
2021-07-22emit_glasm: Implement more integer alu opsameerj
2021-07-22glasm: Reimplement bitwise ops and BFI/BFEameerj
2021-07-22glasm: Make GLASM aware of typesReinUsesLisp
2021-07-22glasm: Use CMP.S for Select32ameerj
2021-07-22glasm: Implement more logical opsameerj
2021-07-22glasm: Implement BFI, BFEameerj
2021-07-22glasm: Implement basic GLASM instructionsReinUsesLisp
2021-07-22glasm: Add GLASM backend infrastructureReinUsesLisp