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