This website requires JavaScript.
Explore
Help
Sign In
emu-mirror
/
Ryujinx
Watch
1
Star
0
Fork
0
You've already forked Ryujinx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Ryujinx
/
ChocolArm64
/
Instruction
History
gdkchan
37a6e84fd4
Add REV16/32 (vector) instructions and fix REV64
2018-06-25 18:40:55 -03:00
..
AInst.cs
…
AInstEmitAlu.cs
…
AInstEmitAluHelper.cs
…
AInstEmitBfm.cs
…
AInstEmitCcmp.cs
…
AInstEmitCsel.cs
…
AInstEmitException.cs
…
AInstEmitFlow.cs
…
AInstEmitHash.cs
…
AInstEmitMemory.cs
…
AInstEmitMemoryEx.cs
Fix some thread sync issues (
#172
)
2018-06-21 23:05:42 -03:00
AInstEmitMemoryHelper.cs
…
AInstEmitMove.cs
…
AInstEmitMul.cs
…
AInstEmitSimdArithmetic.cs
Add opcodes SQXTUN_S and SQXTUN_V (
#184
)
2018-06-25 14:23:46 -03:00
AInstEmitSimdCmp.cs
Add Cmeq_S, Cmge_S, Cmgt_S, Cmhi_S, Cmhs_S, Cmle_S, Cmlt_S (Reg, Zero) & Cmtst_S compare instructions. Add 22 compare tests (Scalar, Vector). Add Eor_V, Not_V tests. (
#171
)
2018-06-18 14:55:26 -03:00
AInstEmitSimdCvt.cs
…
AInstEmitSimdHelper.cs
…
AInstEmitSimdLogical.cs
Add REV16/32 (vector) instructions and fix REV64
2018-06-25 18:40:55 -03:00
AInstEmitSimdMemory.cs
…
AInstEmitSimdMove.cs
…
AInstEmitSimdShift.cs
…
AInstEmitSystem.cs
…
AInstEmitter.cs
…
AInstInterpreter.cs
…
ASoftFallback.cs
Small OpenGL Renderer refactoring (
#177
)
2018-06-23 21:39:25 -03:00
ASoftFloat.cs
…
AVectorHelper.cs
…