gdkchan c64524a240 Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (#3683) 3 年 前
..
CryptoHelper.cs 9ca040c0ff Use ReadOnlySpan<byte> compiler optimization for static data (#3130) 4 年 前
InstEmitAlu.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitAlu32.cs 7b35ebc64a T32: Implement ALU (shifted register) instructions (#3135) 4 年 前
InstEmitAluHelper.cs b97ff4da5e A32: Fix ALU immediate instructions (#3179) 4 年 前
InstEmitBfm.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitCcmp.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitCsel.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitDiv.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitException.cs 497199bb50 Decoder: Exit on trapping instructions, and resume execution at trapping instruction (#3153) 4 年 前
InstEmitException32.cs 951700fdd8 Removed unused usings. (#3593) 3 年 前
InstEmitFlow.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitFlow32.cs c64524a240 Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (#3683) 3 年 前
InstEmitFlowHelper.cs bd215e447d Fix return type mismatch on 32-bit titles (#3000) 4 年 前
InstEmitHash.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) 5 年 前
InstEmitHash32.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) 5 年 前
InstEmitHashHelper.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitHelper.cs bd9ac0fdaa T32: Implement B, B.cond, BL, BLX (#3155) 4 年 前
InstEmitMemory.cs bd215e447d Fix return type mismatch on 32-bit titles (#3000) 4 年 前
InstEmitMemory32.cs c64524a240 Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (#3683) 3 年 前
InstEmitMemoryEx.cs df70442c46 InstEmitMemoryEx: Barrier after write on ordered store (#3193) 4 年 前
InstEmitMemoryEx32.cs df70442c46 InstEmitMemoryEx: Barrier after write on ordered store (#3193) 4 年 前
InstEmitMemoryExHelper.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitMemoryHelper.cs c64524a240 Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (#3683) 3 年 前
InstEmitMove.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitMul.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 年 前
InstEmitMul32.cs 98e05ee4b7 ARMeilleure: Thumb support (All T16 instructions) (#3105) 4 年 前
InstEmitSimdArithmetic.cs bd412afb9f Fix small precision error on CPU reciprocal estimate instructions (#3061) 4 年 前
InstEmitSimdArithmetic32.cs db45688aa8 Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions (#3677) 3 年 前
InstEmitSimdCmp.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitSimdCmp32.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitSimdCrypto.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) 5 年 前
InstEmitSimdCrypto32.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) 5 年 前
InstEmitSimdCvt.cs f7ef6364b7 Implement CPU FCVT Half <-> Double conversion variants (#3439) 3 年 前
InstEmitSimdCvt32.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitSimdHash.cs f5235fff29 ARMeilleure: Hardware accelerate SHA256 (#3585) 3 年 前
InstEmitSimdHash32.cs f5235fff29 ARMeilleure: Hardware accelerate SHA256 (#3585) 3 年 前
InstEmitSimdHashHelper.cs f5235fff29 ARMeilleure: Hardware accelerate SHA256 (#3585) 3 年 前
InstEmitSimdHelper.cs db45688aa8 Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions (#3677) 3 年 前
InstEmitSimdHelper32.cs db45688aa8 Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions (#3677) 3 年 前
InstEmitSimdLogical.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitSimdLogical32.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitSimdMemory.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitSimdMemory32.cs e24949ca2c Implement CSDB instruction (#2927) 4 年 前
InstEmitSimdMove.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitSimdMove32.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 年 前
InstEmitSimdShift.cs 7baa08dcb4 Implemented in IR the managed methods of the Saturating region ... (#3665) 3 年 前
InstEmitSimdShift32.cs db45688aa8 Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions (#3677) 3 年 前
InstEmitSystem.cs 0c87bf9ea4 Refactor CPU interface to allow the implementation of other CPU emulators (#3362) 3 年 前
InstEmitSystem32.cs db45688aa8 Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions (#3677) 3 年 前
InstName.cs c64524a240 Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (#3683) 3 年 前
NativeInterface.cs 951700fdd8 Removed unused usings. (#3593) 3 年 前
SoftFallback.cs 7baa08dcb4 Implemented in IR the managed methods of the Saturating region ... (#3665) 3 年 前
SoftFloat.cs f7ef6364b7 Implement CPU FCVT Half <-> Double conversion variants (#3439) 3 年 前