index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glasm
/
emit_glasm_integer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
glasm: Fix INeg32 on negative immediates
ReinUsesLisp
2021-07-23
1
-1
/
+5
*
glasm: Catch more register leaks
ReinUsesLisp
2021-07-23
1
-18
/
+40
*
glasm: Implement int64 add and subtract
ReinUsesLisp
2021-07-23
1
-6
/
+4
*
glasm: Implement 64-bit shifts
ReinUsesLisp
2021-07-23
1
-9
/
+9
*
glasm: Implement IADD.CC
ameerj
2021-07-23
1
-1
/
+26
*
glasm: Implement BFE.CC
ReinUsesLisp
2021-07-23
1
-0
/
+8
*
glasm: Write result to scalar on integer comparison instructions
ReinUsesLisp
2021-07-23
1
-10
/
+10
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-23
1
-3
/
+6
*
glasm: Review all GLASM insts to be aware of register aliasing
ReinUsesLisp
2021-07-23
1
-12
/
+30
*
glasm: Implement IAbs64 and INeg64 on GLASM
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-23
1
-4
/
+6
*
glasm: Remove unnecesary new white space on Clamp GLASM
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
emit_glasm: Implement more integer alu ops
ameerj
2021-07-23
1
-36
/
+30
*
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
2021-07-23
1
-46
/
+36
*
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-23
1
-123
/
+93
*
glasm: Use CMP.S for Select32
ameerj
2021-07-23
1
-2
/
+2
*
glasm: Implement more logical ops
ameerj
2021-07-23
1
-4
/
+4
*
glasm: Implement BFI, BFE
ameerj
2021-07-23
1
-67
/
+79
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-23
1
-0
/
+228
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+0