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