Valentin PONS 3af2ce74ec Implements some 32-bit instructions (VBIC, VTST, VSRA) (#1192) 5 years ago
..
Optimizations 2421186d97 Generalize tail continues (#1298) 5 years ago
Block.cs 2421186d97 Generalize tail continues (#1298) 5 years ago
Condition.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
DataOp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
Decoder.cs 863b0c8dcb Fix Decode exception condition (#1377) 5 years ago
DecoderHelper.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
IOpCode.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCode32.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCode32Alu.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCode32AluBf.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
IOpCode32AluReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
IOpCode32AluUx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
IOpCode32BImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCode32BReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCode32Mem.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
IOpCode32MemEx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
IOpCode32MemMult.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCode32Simd.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
IOpCode32SimdImm.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
IOpCodeAlu.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCodeAluImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCodeAluRs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCodeAluRx.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCodeBImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCodeCond.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCodeLit.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IOpCodeSimd.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
InstDescriptor.cs 6204f0e47a Set Undefined instruction emitter for Undefined property on InstDescriptor (#957) 6 years ago
InstEmitter.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
IntType.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32Alu.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32AluBf.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32AluImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32AluImm16.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32AluMla.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32AluReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32AluRsImm.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32AluRsReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32AluUmull.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32AluUx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32BImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32BReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32Exception.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32Mem.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32MemImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32MemImm8.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32MemLdEx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32MemMult.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCode32MemReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32MemRsImm.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32MemStEx.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32Sat.cs fb0939f9b6 Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954) 6 years ago
OpCode32Sat16.cs fb0939f9b6 Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions (#954) 6 years ago
OpCode32Simd.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdBase.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdBinary.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdCmpZ.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdCvtFI.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdDupElem.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdDupGP.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdExt.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdImm.cs 89ccec197e Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960) 6 years ago
OpCode32SimdImm44.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdLong.cs 89ccec197e Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960) 6 years ago
OpCode32SimdMemImm.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdMemMult.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdMemPair.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdMemSingle.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdMovGp.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdMovGpDouble.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdMovGpElem.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdReg.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdRegElem.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 years ago
OpCode32SimdRegElemLong.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 years ago
OpCode32SimdRegLong.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 years ago
OpCode32SimdRegS.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdRegWide.cs 88619d71b8 CPU: A32: Add Vadd & Vsub Wide (S/U_8/16/32) Inst.s with Test. (#1390) 5 years ago
OpCode32SimdRev.cs 68e15c1a74 Implement Fast Paths for most A32 SIMD instructions (#952) 6 years ago
OpCode32SimdS.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdSel.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdShImm.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 years ago
OpCode32SimdShImmNarrow.cs c26f3774bd Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes (#977) 6 years ago
OpCode32SimdSpecial.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdSqrte.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32SimdTbl.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCode32System.cs b1b6f294f2 Add most of the A32 instruction set to ARMeilleure (#897) 6 years ago
OpCodeAdr.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeAlu.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeAluBinary.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeAluImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeAluRs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeAluRx.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeBImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeBImmAl.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeBImmCmp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeBImmCond.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeBImmTest.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeBReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeBfm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeCcmp.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeCcmpImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeCcmpReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeCsel.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeException.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeMem.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeMemEx.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeMemImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeMemLit.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeMemPair.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeMemReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeMov.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeMul.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimd.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdCvt.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdExt.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdFcond.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdFmov.cs 8c85bdf2ed Implemented fast paths for: (#841) 6 years ago
OpCodeSimdHelper.cs 89ccec197e Implement VMOVL and VORR.I32 AArch32 SIMD instructions (#960) 6 years ago
OpCodeSimdImm.cs 8c85bdf2ed Implemented fast paths for: (#841) 6 years ago
OpCodeSimdIns.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdMemImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdMemLit.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdMemMs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdMemPair.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdMemReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdMemSs.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdRegElem.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdRegElemF.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdShImm.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSimdTbl.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeSystem.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeT16.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeT16AluImm8.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeT16BReg.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
OpCodeTable.cs 3af2ce74ec Implements some 32-bit instructions (VBIC, VTST, VSRA) (#1192) 5 years ago
RegisterSize.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago
ShiftType.cs a731ab3a2a Add a new JIT compiler for CPU code (#693) 6 years ago