gdkchan f7ef6364b7 Implement CPU FCVT Half <-> Double conversion variants (#3439) 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 497199bb50 Decoder: Exit on trapping instructions, and resume execution at trapping instruction (#3153) 4 жил өмнө
InstEmitFlow.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 жил өмнө
InstEmitFlow32.cs bd9ac0fdaa T32: Implement B, B.cond, BL, BLX (#3155) 4 жил өмнө
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 98e05ee4b7 ARMeilleure: Thumb support (All T16 instructions) (#3105) 4 жил өмнө
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 98e05ee4b7 ARMeilleure: Thumb support (All T16 instructions) (#3105) 4 жил өмнө
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 22b2cb39af Reduce JIT GC allocations (#2515) 4 жил өмнө
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 5e724cf24e Add Profiled Persistent Translation Cache. (#769) 5 жил өмнө
InstEmitSimdHelper.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 жил өмнө
InstEmitSimdHelper32.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 жил өмнө
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 22b2cb39af Reduce JIT GC allocations (#2515) 4 жил өмнө
InstEmitSimdShift32.cs 22b2cb39af Reduce JIT GC allocations (#2515) 4 жил өмнө
InstEmitSystem.cs 0c87bf9ea4 Refactor CPU interface to allow the implementation of other CPU emulators (#3362) 3 жил өмнө
InstEmitSystem32.cs 501c3d5cea Implement MSR instruction for A32 (#2585) 4 жил өмнө
InstName.cs 98e05ee4b7 ARMeilleure: Thumb support (All T16 instructions) (#3105) 4 жил өмнө
NativeInterface.cs 0c87bf9ea4 Refactor CPU interface to allow the implementation of other CPU emulators (#3362) 3 жил өмнө
SoftFallback.cs 9ca040c0ff Use ReadOnlySpan<byte> compiler optimization for static data (#3130) 4 жил өмнө
SoftFloat.cs f7ef6364b7 Implement CPU FCVT Half <-> Double conversion variants (#3439) 3 жил өмнө