This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ryujinx
Watch
1
Star
0
Fork
0
You've already forked ryujinx
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2025-02-03 23:06:12 +08:00
Code
Issues
Actions
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
Fix mistake on astc conversion, make some static methods that shouldn't be public private, remove old commmented out code
2018-06-02 11:44:52 -03:00
AInstEmitAluHelper.cs
…
AInstEmitBfm.cs
…
AInstEmitCcmp.cs
…
AInstEmitCsel.cs
…
AInstEmitException.cs
…
AInstEmitFlow.cs
…
AInstEmitHash.cs
…
AInstEmitMemory.cs
Fix mistake on astc conversion, make some static methods that shouldn't be public private, remove old commmented out code
2018-06-02 11:44:52 -03:00
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
…