gdkchan 219f63ff4e Fix CPU FCVTN instruction implementation (slow path) (#4159) hace 3 años
..
CryptoHelper.cs 9ca040c0ff Use ReadOnlySpan<byte> compiler optimization for static data (#3130) hace 4 años
InstEmitAlu.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitAlu32.cs 8e119a1e96 Implement PLD and SUB (imm16) on T32, plus UADD8, SADD8, USUB8 and SSUB8 on both A32 and T32 (#3693) hace 3 años
InstEmitAluHelper.cs 1529e6cf0d T32: Add Vfp instructions (#3690) hace 3 años
InstEmitBfm.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitCcmp.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitCsel.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitDiv.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitException.cs 497199bb50 Decoder: Exit on trapping instructions, and resume execution at trapping instruction (#3153) hace 4 años
InstEmitException32.cs 951700fdd8 Removed unused usings. (#3593) hace 3 años
InstEmitFlow.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitFlow32.cs 1529e6cf0d T32: Add Vfp instructions (#3690) hace 3 años
InstEmitFlowHelper.cs bd215e447d Fix return type mismatch on 32-bit titles (#3000) hace 4 años
InstEmitHash.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) hace 5 años
InstEmitHash32.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) hace 5 años
InstEmitHashHelper.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitHelper.cs bd9ac0fdaa T32: Implement B, B.cond, BL, BLX (#3155) hace 4 años
InstEmitMemory.cs bd215e447d Fix return type mismatch on 32-bit titles (#3000) hace 4 años
InstEmitMemory32.cs c64524a240 Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (#3683) hace 3 años
InstEmitMemoryEx.cs fbcf802fbc A32/T32/A64: Implement Hint instructions (CSDB, SEV, SEVL, WFE, WFI, YIELD) (#3694) hace 3 años
InstEmitMemoryEx32.cs f468db7602 Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (#3687) hace 3 años
InstEmitMemoryExHelper.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitMemoryHelper.cs c64524a240 Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions (#3683) hace 3 años
InstEmitMove.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitMul.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) hace 6 años
InstEmitMul32.cs f468db7602 Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (#3687) hace 3 años
InstEmitSimdArithmetic.cs 5af8ce7c38 A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V in… (#3712) hace 3 años
InstEmitSimdArithmetic32.cs db45688aa8 Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions (#3677) hace 3 años
InstEmitSimdCmp.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitSimdCmp32.cs 814f75142e Fpsr and Fpcr freed. (#3701) hace 3 años
InstEmitSimdCrypto.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) hace 5 años
InstEmitSimdCrypto32.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) hace 5 años
InstEmitSimdCvt.cs 219f63ff4e Fix CPU FCVTN instruction implementation (slow path) (#4159) hace 3 años
InstEmitSimdCvt32.cs 62585755fd Do not clear the rejit queue when overlaps count is equal to 0. (#3721) hace 3 años
InstEmitSimdHash.cs f5235fff29 ARMeilleure: Hardware accelerate SHA256 (#3585) hace 3 años
InstEmitSimdHash32.cs f5235fff29 ARMeilleure: Hardware accelerate SHA256 (#3585) hace 3 años
InstEmitSimdHashHelper.cs f5235fff29 ARMeilleure: Hardware accelerate SHA256 (#3585) hace 3 años
InstEmitSimdHelper.cs 5af8ce7c38 A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V in… (#3712) hace 3 años
InstEmitSimdHelper32.cs 8d41402fa6 A32: Implement VCVTT, VCVTB (#3710) hace 3 años
InstEmitSimdLogical.cs f93c5f006a Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding) (#3663)" (#4145) hace 3 años
InstEmitSimdLogical32.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitSimdMemory.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitSimdMemory32.cs 729ff5337c Fix increment on Arm32 NEON VLDn/VSTn instructions with regs > 1 (#3695) hace 3 años
InstEmitSimdMove.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitSimdMove32.cs 22b2cb39af Reduce JIT GC allocations (#2515) hace 4 años
InstEmitSimdShift.cs 45ce540b9b ARMeilleure: Add `gfni` acceleration (#3669) hace 3 años
InstEmitSimdShift32.cs 814f75142e Fpsr and Fpcr freed. (#3701) hace 3 años
InstEmitSystem.cs 814f75142e Fpsr and Fpcr freed. (#3701) hace 3 años
InstEmitSystem32.cs 814f75142e Fpsr and Fpcr freed. (#3701) hace 3 años
InstName.cs fbcf802fbc A32/T32/A64: Implement Hint instructions (CSDB, SEV, SEVL, WFE, WFI, YIELD) (#3694) hace 3 años
NativeInterface.cs 814f75142e Fpsr and Fpcr freed. (#3701) hace 3 años
SoftFallback.cs 814f75142e Fpsr and Fpcr freed. (#3701) hace 3 años
SoftFloat.cs 814f75142e Fpsr and Fpcr freed. (#3701) hace 3 años