riperiperi dd433c1296 Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) пре 6 година
..
CryptoHelper.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
DelegateTypes.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitAlu.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) пре 6 година
InstEmitAlu32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) пре 6 година
InstEmitAluHelper.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitBfm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitCcmp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitCsel.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitDiv.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitException.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitException32.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitFlow.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitFlow32.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitFlowHelper.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitHash.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitHelper.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitMemory.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitMemory32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) пре 6 година
InstEmitMemoryEx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) пре 6 година
InstEmitMemoryEx32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) пре 6 година
InstEmitMemoryExHelper.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) пре 6 година
InstEmitMemoryHelper.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
InstEmitMove.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitMul.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitMul32.cs fb0939f9b6 Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954) пре 6 година
InstEmitSimdArithmetic.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) пре 6 година
InstEmitSimdArithmetic32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) пре 6 година
InstEmitSimdCmp.cs b8ee5b15ab Implement FACGE and FACGT (Scalar and Vector) AArch64 SIMD instructions (#956) пре 6 година
InstEmitSimdCmp32.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) пре 6 година
InstEmitSimdCrypto.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitSimdCrypto32.cs dd433c1296 Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) пре 6 година
InstEmitSimdCvt.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) пре 6 година
InstEmitSimdCvt32.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) пре 6 година
InstEmitSimdHash.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitSimdHelper.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) пре 6 година
InstEmitSimdHelper32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) пре 6 година
InstEmitSimdLogical.cs 0915731a9d Implemented fast paths for: (#846) пре 6 година
InstEmitSimdLogical32.cs dd433c1296 Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) пре 6 година
InstEmitSimdMemory.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) пре 6 година
InstEmitSimdMemory32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) пре 6 година
InstEmitSimdMove.cs 0915731a9d Implemented fast paths for: (#846) пре 6 година
InstEmitSimdMove32.cs 89ccec197e Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960) пре 6 година
InstEmitSimdShift.cs 0915731a9d Implemented fast paths for: (#846) пре 6 година
InstEmitSimdShift32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) пре 6 година
InstEmitSystem.cs 7c111a3567 Add Mrs & Msr (Nzcv) Inst., with Tests. (#819) пре 6 година
InstEmitSystem32.cs d9ed827696 Don't decode blocks starting outside mapped memory & undefined instead of throw on invalid sysreg coprocessor (#964) пре 6 година
InstName.cs dd433c1296 Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) пре 6 година
NativeInterface.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) пре 6 година
SoftFallback.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) пре 6 година
SoftFloat.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) пре 6 година