gdkchan 4f3af839be Minor code formatting (#4498) 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 8e119a1e96 Implement PLD and SUB (imm16) on T32, plus UADD8, SADD8, USUB8 and SSUB8 on both A32 and T32 (#3693) 3 년 전
InstEmitAluHelper.cs 1529e6cf0d T32: Add Vfp instructions (#3690) 3 년 전
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 1529e6cf0d T32: Add Vfp instructions (#3690) 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 4f3af839be Minor code formatting (#4498) 3 년 전
InstEmitHashHelper.cs 4f3af839be Minor code formatting (#4498) 3 년 전
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 fbcf802fbc A32/T32/A64: Implement Hint instructions (CSDB, SEV, SEVL, WFE, WFI, YIELD) (#3694) 3 년 전
InstEmitMemoryEx32.cs f468db7602 Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (#3687) 3 년 전
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 f468db7602 Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (#3687) 3 년 전
InstEmitSimdArithmetic.cs a11784fcbf Arm64: Cpu feature detection (#4264) 3 년 전
InstEmitSimdArithmetic32.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdCmp.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdCmp32.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdCrypto.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) 5 년 전
InstEmitSimdCrypto32.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) 5 년 전
InstEmitSimdCvt.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdCvt32.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
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 5af8ce7c38 A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V in… (#3712) 3 년 전
InstEmitSimdHelper32.cs 8d41402fa6 A32: Implement VCVTT, VCVTB (#3710) 3 년 전
InstEmitSimdHelper32Arm64.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdHelperArm64.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdLogical.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdLogical32.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdMemory.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 년 전
InstEmitSimdMemory32.cs 729ff5337c Fix increment on Arm32 NEON VLDn/VSTn instructions with regs > 1 (#3695) 3 년 전
InstEmitSimdMove.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 년 전
InstEmitSimdMove32.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdShift.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSimdShift32.cs 814f75142e Fpsr and Fpcr freed. (#3701) 3 년 전
InstEmitSystem.cs 5e0f8e8738 Implement JIT Arm64 backend (#4114) 3 년 전
InstEmitSystem32.cs 814f75142e Fpsr and Fpcr freed. (#3701) 3 년 전
InstName.cs fbcf802fbc A32/T32/A64: Implement Hint instructions (CSDB, SEV, SEVL, WFE, WFI, YIELD) (#3694) 3 년 전
NativeInterface.cs a1a4771ac1 Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer (#4337) 3 년 전
SoftFallback.cs 814f75142e Fpsr and Fpcr freed. (#3701) 3 년 전
SoftFloat.cs 814f75142e Fpsr and Fpcr freed. (#3701) 3 년 전