riperiperi dd433c1296 Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) 6 år sedan
..
Optimizations d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 år sedan
Block.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 år sedan
Condition.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
DataOp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
Decoder.cs d904706fc0 Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (#975) 6 år sedan
DecoderHelper.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
IOpCode.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCode32.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCode32Alu.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCode32AluBf.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
IOpCode32AluReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
IOpCode32AluUx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
IOpCode32BImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCode32BReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCode32Mem.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
IOpCode32MemEx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
IOpCode32MemMult.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCode32Simd.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
IOpCode32SimdImm.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
IOpCodeAlu.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCodeAluImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCodeAluRs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCodeAluRx.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCodeBImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCodeCond.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCodeLit.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IOpCodeSimd.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
InstDescriptor.cs 6204f0e47a Set Undefined instruction emitter for Undefined property on InstDescriptor (#957) 6 år sedan
InstEmitter.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
IntType.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32Alu.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32AluBf.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32AluImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32AluImm16.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32AluMla.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32AluReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32AluRsImm.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32AluRsReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32AluUmull.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32AluUx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32BImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32BReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32Exception.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32Mem.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32MemImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32MemImm8.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32MemLdEx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32MemMult.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCode32MemReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32MemRsImm.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32MemStEx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32Sat.cs fb0939f9b6 Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954) 6 år sedan
OpCode32Sat16.cs fb0939f9b6 Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954) 6 år sedan
OpCode32Simd.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdBase.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdBinary.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdCmpZ.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdCvtFI.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdDupElem.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdDupGP.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdExt.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdImm.cs 89ccec197e Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960) 6 år sedan
OpCode32SimdImm44.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdLong.cs 89ccec197e Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960) 6 år sedan
OpCode32SimdMemImm.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdMemMult.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdMemPair.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdMemSingle.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdMovGp.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdMovGpDouble.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdMovGpElem.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdRegElem.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 år sedan
OpCode32SimdRegElemLong.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 år sedan
OpCode32SimdRegLong.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 år sedan
OpCode32SimdRegS.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdRev.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) 6 år sedan
OpCode32SimdS.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdSel.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdShImm.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 år sedan
OpCode32SimdShImmNarrow.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 år sedan
OpCode32SimdSpecial.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdSqrte.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32SimdTbl.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCode32System.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 år sedan
OpCodeAdr.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeAlu.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeAluBinary.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeAluImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeAluRs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeAluRx.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeBImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeBImmAl.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeBImmCmp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeBImmCond.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeBImmTest.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeBReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeBfm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeCcmp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeCcmpImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeCcmpReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeCsel.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeException.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeMem.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeMemEx.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeMemImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeMemLit.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeMemPair.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeMemReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeMov.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeMul.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimd.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdCvt.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdExt.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdFcond.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdFmov.cs 8c85bdf2ed Implemented fast paths for: (#841) 6 år sedan
OpCodeSimdHelper.cs 89ccec197e Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960) 6 år sedan
OpCodeSimdImm.cs 8c85bdf2ed Implemented fast paths for: (#841) 6 år sedan
OpCodeSimdIns.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdMemImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdMemLit.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdMemMs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdMemPair.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdMemReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdMemSs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdRegElem.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdRegElemF.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdShImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSimdTbl.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeSystem.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeT16.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeT16AluImm8.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeT16BReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
OpCodeTable.cs dd433c1296 Implement AESMC, AESIMC, AESE, AESD and VEOR AArch32 instructions (#982) 6 år sedan
RegisterSize.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan
ShiftType.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 år sedan