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_not_implemented.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
glasm: Implement local memory for glasm
ameerj
2021-07-23
1
-8
/
+0
*
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-23
1
-4
/
+23
*
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-23
1
-23
/
+1
*
glasm: Implement Storage atomics
ameerj
2021-07-23
1
-96
/
+0
*
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-23
1
-83
/
+1
*
glasm: Implement storage atomic ops
ameerj
2021-07-23
1
-251
/
+0
*
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-23
1
-192
/
+0
*
glasm: Add logical instructions on GLASM
ReinUsesLisp
2021-07-23
1
-8
/
+8
*
glasm: Remove duplicated Fp64 pack instructions on GLASM
ReinUsesLisp
2021-07-23
1
-8
/
+0
*
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
2021-07-23
1
-12
/
+0
*
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
2021-07-23
1
-26
/
+2
*
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-23
1
-8
/
+0
*
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
2021-07-23
1
-24
/
+0
*
glasm: Remove unused functions left from rebase
ReinUsesLisp
2021-07-23
1
-12
/
+0
*
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-23
1
-329
/
+186
*
glasm: Implement BFI, BFE
ameerj
2021-07-23
1
-40
/
+0
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-23
1
-754
/
+32
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+2155