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