mageven 6416bc1938 Implement CNTVCT_EL0 (#1268) 6 jaren geleden
..
CryptoHelper.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
DelegateTypes.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 jaren geleden
InstEmitAlu.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 jaren geleden
InstEmitAlu32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 jaren geleden
InstEmitAluHelper.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 jaren geleden
InstEmitBfm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitCcmp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitCsel.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitDiv.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitException.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 jaren geleden
InstEmitException32.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 jaren geleden
InstEmitFlow.cs 430a48338b Fix RET Xn translation (#1242) 6 jaren geleden
InstEmitFlow32.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 jaren geleden
InstEmitFlowHelper.cs e99e6d0ad1 Use the jump table for HighCq tail continues. (#1088) 6 jaren geleden
InstEmitHash.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitHelper.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 jaren geleden
InstEmitMemory.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitMemory32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 jaren geleden
InstEmitMemoryEx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 jaren geleden
InstEmitMemoryEx32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 jaren geleden
InstEmitMemoryExHelper.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 jaren geleden
InstEmitMemoryHelper.cs f77694e4f7 Implement a new physical memory manager and replace DeviceMemory (#856) 6 jaren geleden
InstEmitMove.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitMul.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitMul32.cs fb0939f9b6 Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954) 6 jaren geleden
InstEmitSimdArithmetic.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) 6 jaren geleden
InstEmitSimdArithmetic32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 jaren geleden
InstEmitSimdCmp.cs b8ee5b15ab Implement FACGE and FACGT (Scalar and Vector) AArch64 SIMD instructions (#956) 6 jaren geleden
InstEmitSimdCmp32.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) 6 jaren geleden
InstEmitSimdCrypto.cs f695a215ad Add Fast Paths for Crypto instructions (A32/A64) (#1026) 6 jaren geleden
InstEmitSimdCrypto32.cs f695a215ad Add Fast Paths for Crypto instructions (A32/A64) (#1026) 6 jaren geleden
InstEmitSimdCvt.cs 1de16f7653 Add Fcvtas_S/V & Fcvtau_S/V. (#1018) 6 jaren geleden
InstEmitSimdCvt32.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) 6 jaren geleden
InstEmitSimdHash.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitSimdHelper.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) 6 jaren geleden
InstEmitSimdHelper32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 jaren geleden
InstEmitSimdLogical.cs 0915731a9d Implemented fast paths for: (#846) 6 jaren geleden
InstEmitSimdLogical32.cs dd433c1296 Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) 6 jaren geleden
InstEmitSimdMemory.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 jaren geleden
InstEmitSimdMemory32.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 jaren geleden
InstEmitSimdMove.cs 0915731a9d Implemented fast paths for: (#846) 6 jaren geleden
InstEmitSimdMove32.cs 89ccec197e Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960) 6 jaren geleden
InstEmitSimdShift.cs 0915731a9d Implemented fast paths for: (#846) 6 jaren geleden
InstEmitSimdShift32.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 jaren geleden
InstEmitSystem.cs 6416bc1938 Implement CNTVCT_EL0 (#1268) 6 jaren geleden
InstEmitSystem32.cs d9ed827696 Don't decode blocks starting outside mapped memory & undefined instead of throw on invalid sysreg coprocessor (#964) 6 jaren geleden
InstName.cs 1de16f7653 Add Fcvtas_S/V & Fcvtau_S/V. (#1018) 6 jaren geleden
NativeInterface.cs 6416bc1938 Implement CNTVCT_EL0 (#1268) 6 jaren geleden
SoftFallback.cs e4ee61d6c3 Improve V128 (#1097) 6 jaren geleden
SoftFloat.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 jaren geleden