..
Optimizations
Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed ( #975 )
2020-03-12 14:20:55 +11:00
Block.cs
Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed ( #975 )
2020-03-12 14:20:55 +11:00
Condition.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
DataOp.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
Decoder.cs
Implement a new physical memory manager and replace DeviceMemory ( #856 )
2020-05-04 08:54:50 +10:00
DecoderHelper.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstDescriptor.cs
Set Undefined instruction emitter for Undefined property on InstDescriptor ( #957 )
2020-02-29 12:12:15 +01:00
InstEmitter.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IntType.cs
IOpCode.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCode32.cs
IOpCode32Alu.cs
IOpCode32AluBf.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32AluReg.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32AluUx.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32BImm.cs
IOpCode32BReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCode32Mem.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32MemEx.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32MemMult.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCode32Simd.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32SimdImm.cs
IOpCodeAlu.cs
IOpCodeAluImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCodeAluRs.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCodeAluRx.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCodeBImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCodeCond.cs
IOpCodeLit.cs
IOpCodeSimd.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode32.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode32Alu.cs
OpCode32AluBf.cs
OpCode32AluImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode32AluImm16.cs
OpCode32AluMla.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32AluReg.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32AluRsImm.cs
OpCode32AluRsReg.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32AluUmull.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32AluUx.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32BImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode32BReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode32Exception.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32Mem.cs
OpCode32MemImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode32MemImm8.cs
OpCode32MemLdEx.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32MemMult.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode32MemReg.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32MemRsImm.cs
OpCode32MemStEx.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32Sat.cs
Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions ( #954 )
2020-03-01 07:51:55 +11:00
OpCode32Sat16.cs
Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions ( #954 )
2020-03-01 07:51:55 +11:00
OpCode32Simd.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdBase.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdBinary.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdCmpZ.cs
OpCode32SimdCvtFI.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdDupElem.cs
OpCode32SimdDupGP.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdExt.cs
OpCode32SimdImm.cs
Implement VMOVL and VORR.I32 AArch32 SIMD instructions ( #960 )
2020-03-10 16:17:30 +11:00
OpCode32SimdImm44.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdLong.cs
Implement VMOVL and VORR.I32 AArch32 SIMD instructions ( #960 )
2020-03-10 16:17:30 +11:00
OpCode32SimdMemImm.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdMemMult.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdMemPair.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdMemSingle.cs
OpCode32SimdMovGp.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdMovGpDouble.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdMovGpElem.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdReg.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdRegElem.cs
Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes ( #977 )
2020-03-11 11:49:27 +11:00
OpCode32SimdRegElemLong.cs
Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes ( #977 )
2020-03-11 11:49:27 +11:00
OpCode32SimdRegLong.cs
Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes ( #977 )
2020-03-11 11:49:27 +11:00
OpCode32SimdRegS.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdRev.cs
Implement Fast Paths for most A32 SIMD instructions ( #952 )
2020-03-05 11:41:33 +11:00
OpCode32SimdS.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdSel.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdShImm.cs
Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes ( #977 )
2020-03-11 11:49:27 +11:00
OpCode32SimdShImmNarrow.cs
Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other fixes ( #977 )
2020-03-11 11:49:27 +11:00
OpCode32SimdSpecial.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdSqrte.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32SimdTbl.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
OpCode32System.cs
OpCodeAdr.cs
OpCodeAlu.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeAluBinary.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeAluImm.cs
OpCodeAluRs.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeAluRx.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeBfm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeBImm.cs
OpCodeBImmAl.cs
OpCodeBImmCmp.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeBImmCond.cs
OpCodeBImmTest.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeBReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeCcmp.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeCcmpImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeCcmpReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeCsel.cs
OpCodeException.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeMem.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeMemEx.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeMemImm.cs
OpCodeMemLit.cs
OpCodeMemPair.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeMemReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeMov.cs
OpCodeMul.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimd.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdCvt.cs
OpCodeSimdExt.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdFcond.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdFmov.cs
OpCodeSimdHelper.cs
Implement VMOVL and VORR.I32 AArch32 SIMD instructions ( #960 )
2020-03-10 16:17:30 +11:00
OpCodeSimdImm.cs
Implemented fast paths for: ( #841 )
2019-12-07 13:45:32 +01:00
OpCodeSimdIns.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdMemImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdMemLit.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdMemMs.cs
OpCodeSimdMemPair.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdMemReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdMemSs.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdRegElem.cs
OpCodeSimdRegElemF.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdShImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeSimdTbl.cs
OpCodeSystem.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeT16.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeT16AluImm8.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeT16BReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCodeTable.cs
Add Fcvtas_S/V & Fcvtau_S/V. ( #1018 )
2020-03-24 22:53:49 +01:00
RegisterSize.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
ShiftType.cs