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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
glasm: Fix clamps so the min value has priority on NAN on GLASM
ReinUsesLisp
1
-12
/
+15
2021-07-23
glasm: Fix moving U64 immediates to registers in GLASM
ReinUsesLisp
2
-3
/
+4
2021-07-23
glasm: Implement storage atomic ops
ameerj
4
-305
/
+358
2021-07-23
glasm: Add conversion instructions to GLASM
ReinUsesLisp
9
-282
/
+351
2021-07-23
glasm: Add fp min/max insts and fix store for fp64 on GLASM
ReinUsesLisp
2
-10
/
+8
2021-07-23
glasm: Add logical instructions on GLASM
ReinUsesLisp
2
-12
/
+12
2021-07-23
glasm: Remove duplicated Fp64 pack instructions on GLASM
ReinUsesLisp
1
-8
/
+0
2021-07-23
glasm: Remove unnecesary new white space on Clamp GLASM
ReinUsesLisp
1
-4
/
+4
2021-07-23
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
3
-120
/
+116
2021-07-23
emit_glasm: Implement more integer alu ops
ameerj
2
-47
/
+41
2021-07-23
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
4
-88
/
+108
2021-07-23
glasm: Initial GLASM fp64 support
ReinUsesLisp
9
-55
/
+152
2021-07-23
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
4
-66
/
+77
2021-07-23
glasm: Remove unused functions left from rebase
ReinUsesLisp
1
-12
/
+0
2021-07-23
glasm: Specify namespace when using FormatTo
ReinUsesLisp
1
-6
/
+6
2021-07-23
glasm: Implement more GLASM composite instructions
ReinUsesLisp
2
-54
/
+63
2021-07-23
glasm: Make GLASM aware of types
ReinUsesLisp
12
-1244
/
+1380
2021-07-23
glasm: Use CMP.S for Select32
ameerj
3
-12
/
+8
2021-07-23
glasm: Implement more logical ops
ameerj
2
-5
/
+5
2021-07-23
glasm: Implement BFI, BFE
ameerj
4
-138
/
+164
2021-07-23
glasm: Use BitField instead of C bitfields
ReinUsesLisp
2
-8
/
+12
2021-07-23
glasm: Remove unused argument in identity instructions on GLASM
ReinUsesLisp
1
-7
/
+7
2021-07-23
glasm: Implement basic GLASM instructions
ReinUsesLisp
9
-840
/
+1167
2021-07-23
glasm: Changes to GLASM register allocator and emit context
ReinUsesLisp
4
-26
/
+64
2021-07-23
glasm: Add GLASM backend infrastructure
ReinUsesLisp
26
-0
/
+3079