gdkchan 2bb9b33da1 Implement Arm32 Sha256 and MRS Rd, CPSR instructions (#3544) il y a 3 ans
..
CryptoHelper.cs 9ca040c0ff Use ReadOnlySpan<byte> compiler optimization for static data (#3130) il y a 4 ans
InstEmitAlu.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitAlu32.cs 7b35ebc64a T32: Implement ALU (shifted register) instructions (#3135) il y a 4 ans
InstEmitAluHelper.cs b97ff4da5e A32: Fix ALU immediate instructions (#3179) il y a 4 ans
InstEmitBfm.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitCcmp.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitCsel.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitDiv.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitException.cs 497199bb50 Decoder: Exit on trapping instructions, and resume execution at trapping instruction (#3153) il y a 4 ans
InstEmitException32.cs 497199bb50 Decoder: Exit on trapping instructions, and resume execution at trapping instruction (#3153) il y a 4 ans
InstEmitFlow.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitFlow32.cs bd9ac0fdaa T32: Implement B, B.cond, BL, BLX (#3155) il y a 4 ans
InstEmitFlowHelper.cs bd215e447d Fix return type mismatch on 32-bit titles (#3000) il y a 4 ans
InstEmitHash.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) il y a 5 ans
InstEmitHash32.cs d7044b10a2 Add SSE4.2 Path for CRC32, add A32 variant, add tests for non-castagnoli variants. (#1328) il y a 5 ans
InstEmitHashHelper.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitHelper.cs bd9ac0fdaa T32: Implement B, B.cond, BL, BLX (#3155) il y a 4 ans
InstEmitMemory.cs bd215e447d Fix return type mismatch on 32-bit titles (#3000) il y a 4 ans
InstEmitMemory32.cs 98e05ee4b7 ARMeilleure: Thumb support (All T16 instructions) (#3105) il y a 4 ans
InstEmitMemoryEx.cs df70442c46 InstEmitMemoryEx: Barrier after write on ordered store (#3193) il y a 4 ans
InstEmitMemoryEx32.cs df70442c46 InstEmitMemoryEx: Barrier after write on ordered store (#3193) il y a 4 ans
InstEmitMemoryExHelper.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitMemoryHelper.cs 98e05ee4b7 ARMeilleure: Thumb support (All T16 instructions) (#3105) il y a 4 ans
InstEmitMove.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitMul.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) il y a 6 ans
InstEmitMul32.cs 98e05ee4b7 ARMeilleure: Thumb support (All T16 instructions) (#3105) il y a 4 ans
InstEmitSimdArithmetic.cs bd412afb9f Fix small precision error on CPU reciprocal estimate instructions (#3061) il y a 4 ans
InstEmitSimdArithmetic32.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdCmp.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdCmp32.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdCrypto.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) il y a 5 ans
InstEmitSimdCrypto32.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) il y a 5 ans
InstEmitSimdCvt.cs f7ef6364b7 Implement CPU FCVT Half <-> Double conversion variants (#3439) il y a 3 ans
InstEmitSimdCvt32.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdHash.cs 5e724cf24e Add Profiled Persistent Translation Cache. (#769) il y a 5 ans
InstEmitSimdHash32.cs 2bb9b33da1 Implement Arm32 Sha256 and MRS Rd, CPSR instructions (#3544) il y a 3 ans
InstEmitSimdHelper.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdHelper32.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdLogical.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdLogical32.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdMemory.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdMemory32.cs e24949ca2c Implement CSDB instruction (#2927) il y a 4 ans
InstEmitSimdMove.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdMove32.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdShift.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSimdShift32.cs 22b2cb39af Reduce JIT GC allocations (#2515) il y a 4 ans
InstEmitSystem.cs 0c87bf9ea4 Refactor CPU interface to allow the implementation of other CPU emulators (#3362) il y a 3 ans
InstEmitSystem32.cs 2bb9b33da1 Implement Arm32 Sha256 and MRS Rd, CPSR instructions (#3544) il y a 3 ans
InstName.cs 98e05ee4b7 ARMeilleure: Thumb support (All T16 instructions) (#3105) il y a 4 ans
NativeInterface.cs 0c87bf9ea4 Refactor CPU interface to allow the implementation of other CPU emulators (#3362) il y a 3 ans
SoftFallback.cs 9ca040c0ff Use ReadOnlySpan<byte> compiler optimization for static data (#3130) il y a 4 ans
SoftFloat.cs f7ef6364b7 Implement CPU FCVT Half <-> Double conversion variants (#3439) il y a 3 ans