..
Optimizations
Add inlined on translation call counting ( #2190 )
2021-04-18 23:43:53 +02:00
Block.cs
Add inlined on translation call counting ( #2190 )
2021-04-18 23:43:53 +02: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
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
DecoderHelper.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
DecoderMode.cs
ARMeilleure: Implement single stepping ( #3133 )
2022-02-22 11:11:42 -03: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
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCode.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCode32.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCode32Adr.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
IOpCode32Alu.cs
Decoders: Add IOpCode32HasSetFlags ( #3136 )
2022-02-18 01:33:43 +01:00
IOpCode32AluBf.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
IOpCode32AluImm.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
IOpCode32AluImm16.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
IOpCode32AluMla.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
IOpCode32AluReg.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32AluRsImm.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
IOpCode32AluRsReg.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
IOpCode32AluUmull.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
IOpCode32AluUx.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32BImm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCode32BReg.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCode32Exception.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
IOpCode32HasSetFlags.cs
Decoders: Add IOpCode32HasSetFlags ( #3136 )
2022-02-18 01:33:43 +01:00
IOpCode32Mem.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
IOpCode32MemEx.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32MemMult.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
IOpCode32MemReg.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
IOpCode32MemRsImm.cs
Implement some 32-bit Thumb instructions ( #3614 )
2022-08-25 09:59:34 +00:00
IOpCode32Simd.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCode32SimdImm.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
IOpCodeAlu.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
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
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCodeLit.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
IOpCodeSimd.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
OpCode.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCode32.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32Alu.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCode32AluBf.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCode32AluImm.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCode32AluImm16.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCode32AluMla.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCode32AluReg.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32AluRsImm.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCode32AluRsReg.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCode32AluUmull.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCode32AluUx.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32BImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32BReg.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32Exception.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCode32Mem.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32MemImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32MemImm8.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32MemLdEx.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32MemMult.cs
Implement some 32-bit Thumb instructions ( #3614 )
2022-08-25 09:59:34 +00:00
OpCode32MemReg.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCode32MemRsImm.cs
Implement some 32-bit Thumb instructions ( #3614 )
2022-08-25 09:59:34 +00:00
OpCode32MemStEx.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32Mrs.cs
Implement Arm32 Sha256 and MRS Rd, CPSR instructions ( #3544 )
2022-08-05 19:03:50 +02:00
OpCode32MsrReg.cs
Implement MSR instruction for A32 ( #2585 )
2021-08-27 00:07:44 +02:00
OpCode32Sat.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32Sat16.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCode32Simd.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdBase.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdBinary.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdCmpZ.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdCvtFI.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdDupElem.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdDupGP.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdExt.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdImm.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdImm44.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdLong.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdMemImm.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdMemMult.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdMemPair.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdMemSingle.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdMovGp.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdMovGpDouble.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdMovGpElem.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdMovn.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdReg.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdRegElem.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdRegElemLong.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdRegLong.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdRegS.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdRegWide.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdRev.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdS.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdSel.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdShImm.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdShImmLong.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdShImmNarrow.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdSpecial.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCode32SimdSqrte.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32SimdTbl.cs
T32: Implement Asimd instructions ( #3692 )
2022-09-13 18:25:37 -03:00
OpCode32System.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeAdr.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeAlu.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeAluBinary.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeAluImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeAluRs.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeAluRx.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeBfm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeBImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeBImmAl.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeBImmCmp.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeBImmCond.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeBImmTest.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeBReg.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeCcmp.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeCcmpImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeCcmpReg.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeCsel.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeException.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeMem.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeMemEx.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeMemImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeMemLit.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeMemPair.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeMemReg.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeMov.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeMul.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimd.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdCvt.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdExt.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdFcond.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdFmov.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdHelper.cs
Implement VMOVL and VORR.I32 AArch32 SIMD instructions ( #960 )
2020-03-10 16:17:30 +11:00
OpCodeSimdImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdIns.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdMemImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdMemLit.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdMemMs.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdMemPair.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdMemReg.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdMemSs.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdReg.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdRegElem.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdRegElemF.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdShImm.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSimdTbl.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeSystem.cs
Get rid of Reflection.Emit dependency on CPU and Shader projects ( #1626 )
2020-10-21 09:13:44 -03:00
OpCodeT16.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCodeT16AddSubImm3.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16AddSubReg.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16AddSubSp.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16Adr.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
OpCodeT16AluImm8.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16AluImmZero.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16AluRegHigh.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16AluRegLow.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16AluUx.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16BImm8.cs
Decoders: Fix instruction lengths for 16-bit B instructions ( #3177 )
2022-03-05 16:20:24 +01:00
OpCodeT16BImm11.cs
Decoders: Fix instruction lengths for 16-bit B instructions ( #3177 )
2022-03-05 16:20:24 +01:00
OpCodeT16BImmCmp.cs
Implement some 32-bit Thumb instructions ( #3614 )
2022-08-25 09:59:34 +00:00
OpCodeT16BReg.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16Exception.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16IfThen.cs
Removed unused usings. ( #3593 )
2022-08-18 18:04:54 +02:00
OpCodeT16MemImm5.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16MemLit.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16MemMult.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16MemReg.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16MemSp.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16MemStack.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16ShiftImm.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16ShiftReg.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT16SpRel.cs
ARMeilleure: Thumb support (All T16 instructions) ( #3105 )
2022-02-17 19:39:45 -03:00
OpCodeT32.cs
T32: Add Vfp instructions ( #3690 )
2022-09-10 23:03:14 -03:00
OpCodeT32Alu.cs
T32: Implement ALU (shifted register) instructions ( #3135 )
2022-02-22 19:11:28 -03:00
OpCodeT32AluBf.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCodeT32AluImm.cs
T32: Implement Data Processing (Modified Immediate) instructions ( #3178 )
2022-03-06 22:25:01 +01:00
OpCodeT32AluImm12.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
OpCodeT32AluMla.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCodeT32AluReg.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
OpCodeT32AluRsImm.cs
T32: Implement ALU (shifted register) instructions ( #3135 )
2022-02-22 19:11:28 -03:00
OpCodeT32AluUmull.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCodeT32AluUx.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCodeT32BImm20.cs
Removed unused usings. ( #3593 )
2022-08-18 18:04:54 +02:00
OpCodeT32BImm24.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCodeT32MemImm8.cs
T32: Implement load/store single (immediate) ( #3186 )
2022-04-21 01:25:43 +02:00
OpCodeT32MemImm8D.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
OpCodeT32MemImm12.cs
T32: Implement load/store single (immediate) ( #3186 )
2022-04-21 01:25:43 +02:00
OpCodeT32MemLdEx.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCodeT32MemMult.cs
Implement some 32-bit Thumb instructions ( #3614 )
2022-08-25 09:59:34 +00:00
OpCodeT32MemRsImm.cs
Implement some 32-bit Thumb instructions ( #3614 )
2022-08-25 09:59:34 +00:00
OpCodeT32MemStEx.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCodeT32MovImm16.cs
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions ( #3687 )
2022-09-10 22:51:00 -03:00
OpCodeT32ShiftReg.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
OpCodeT32Tb.cs
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions ( #3683 )
2022-09-09 22:09:11 -03:00
OpCodeTable.cs
A32/T32/A64: Implement Hint instructions (CSDB, SEV, SEVL, WFE, WFI, YIELD) ( #3694 )
2022-09-14 18:18:15 -03:00
RegisterSize.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
ShiftType.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00