.. |
Optimizations
|
|
|
Block.cs
|
|
|
Condition.cs
|
|
|
DataOp.cs
|
|
|
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
|
|
|
InstEmitter.cs
|
|
|
IntType.cs
|
|
|
IOpCode.cs
|
|
|
IOpCode32.cs
|
|
|
IOpCode32Adr.cs
|
|
|
IOpCode32Alu.cs
|
|
|
IOpCode32AluBf.cs
|
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (#3687)
|
2022-09-10 22:51:00 -03:00 |
IOpCode32AluImm.cs
|
|
|
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
|
|
|
IOpCode32AluRsImm.cs
|
|
|
IOpCode32AluRsReg.cs
|
|
|
IOpCode32AluUmull.cs
|
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (#3687)
|
2022-09-10 22:51:00 -03:00 |
IOpCode32AluUx.cs
|
|
|
IOpCode32BImm.cs
|
|
|
IOpCode32BReg.cs
|
|
|
IOpCode32Exception.cs
|
|
|
IOpCode32HasSetFlags.cs
|
|
|
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
|
|
|
IOpCode32MemMult.cs
|
|
|
IOpCode32MemReg.cs
|
|
|
IOpCode32MemRsImm.cs
|
Implement some 32-bit Thumb instructions (#3614)
|
2022-08-25 09:59:34 +00:00 |
IOpCode32Simd.cs
|
|
|
IOpCode32SimdImm.cs
|
|
|
IOpCodeAlu.cs
|
|
|
IOpCodeAluImm.cs
|
|
|
IOpCodeAluRs.cs
|
|
|
IOpCodeAluRx.cs
|
|
|
IOpCodeBImm.cs
|
|
|
IOpCodeCond.cs
|
|
|
IOpCodeLit.cs
|
|
|
IOpCodeSimd.cs
|
|
|
OpCode.cs
|
|
|
OpCode32.cs
|
T32: Add Vfp instructions (#3690)
|
2022-09-10 23:03:14 -03:00 |
OpCode32Alu.cs
|
|
|
OpCode32AluBf.cs
|
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (#3687)
|
2022-09-10 22:51:00 -03:00 |
OpCode32AluImm.cs
|
|
|
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
|
|
|
OpCode32AluRsImm.cs
|
|
|
OpCode32AluRsReg.cs
|
|
|
OpCode32AluUmull.cs
|
Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions (#3687)
|
2022-09-10 22:51:00 -03:00 |
OpCode32AluUx.cs
|
|
|
OpCode32BImm.cs
|
|
|
OpCode32BReg.cs
|
|
|
OpCode32Exception.cs
|
|
|
OpCode32Mem.cs
|
|
|
OpCode32MemImm.cs
|
|
|
OpCode32MemImm8.cs
|
|
|
OpCode32MemLdEx.cs
|
|
|
OpCode32MemMult.cs
|
Implement some 32-bit Thumb instructions (#3614)
|
2022-08-25 09:59:34 +00:00 |
OpCode32MemReg.cs
|
|
|
OpCode32MemRsImm.cs
|
Implement some 32-bit Thumb instructions (#3614)
|
2022-08-25 09:59:34 +00:00 |
OpCode32MemStEx.cs
|
|
|
OpCode32Mrs.cs
|
Implement Arm32 Sha256 and MRS Rd, CPSR instructions (#3544)
|
2022-08-05 19:03:50 +02:00 |
OpCode32MsrReg.cs
|
|
|
OpCode32Sat.cs
|
|
|
OpCode32Sat16.cs
|
|
|
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 |
OpCode32SimdCvtTB.cs
|
A32: Implement VCVTT, VCVTB (#3710)
|
2022-10-19 02:36:04 +02: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
|
|
|
OpCodeAdr.cs
|
|
|
OpCodeAlu.cs
|
|
|
OpCodeAluBinary.cs
|
|
|
OpCodeAluImm.cs
|
|
|
OpCodeAluRs.cs
|
|
|
OpCodeAluRx.cs
|
|
|
OpCodeBfm.cs
|
|
|
OpCodeBImm.cs
|
|
|
OpCodeBImmAl.cs
|
|
|
OpCodeBImmCmp.cs
|
|
|
OpCodeBImmCond.cs
|
|
|
OpCodeBImmTest.cs
|
|
|
OpCodeBReg.cs
|
|
|
OpCodeCcmp.cs
|
|
|
OpCodeCcmpImm.cs
|
|
|
OpCodeCcmpReg.cs
|
|
|
OpCodeCsel.cs
|
|
|
OpCodeException.cs
|
|
|
OpCodeMem.cs
|
|
|
OpCodeMemEx.cs
|
|
|
OpCodeMemImm.cs
|
|
|
OpCodeMemLit.cs
|
|
|
OpCodeMemPair.cs
|
|
|
OpCodeMemReg.cs
|
|
|
OpCodeMov.cs
|
|
|
OpCodeMul.cs
|
|
|
OpCodeSimd.cs
|
|
|
OpCodeSimdCvt.cs
|
|
|
OpCodeSimdExt.cs
|
|
|
OpCodeSimdFcond.cs
|
|
|
OpCodeSimdFmov.cs
|
|
|
OpCodeSimdHelper.cs
|
|
|
OpCodeSimdImm.cs
|
|
|
OpCodeSimdIns.cs
|
|
|
OpCodeSimdMemImm.cs
|
|
|
OpCodeSimdMemLit.cs
|
|
|
OpCodeSimdMemMs.cs
|
|
|
OpCodeSimdMemPair.cs
|
|
|
OpCodeSimdMemReg.cs
|
|
|
OpCodeSimdMemSs.cs
|
|
|
OpCodeSimdReg.cs
|
|
|
OpCodeSimdRegElem.cs
|
|
|
OpCodeSimdRegElemF.cs
|
|
|
OpCodeSimdShImm.cs
|
|
|
OpCodeSimdTbl.cs
|
|
|
OpCodeSystem.cs
|
|
|
OpCodeT16.cs
|
T32: Add Vfp instructions (#3690)
|
2022-09-10 23:03:14 -03:00 |
OpCodeT16AddSubImm3.cs
|
|
|
OpCodeT16AddSubReg.cs
|
|
|
OpCodeT16AddSubSp.cs
|
|
|
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
|
|
|
OpCodeT16AluImmZero.cs
|
|
|
OpCodeT16AluRegHigh.cs
|
|
|
OpCodeT16AluRegLow.cs
|
|
|
OpCodeT16AluUx.cs
|
|
|
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
|
|
|
OpCodeT16Exception.cs
|
|
|
OpCodeT16IfThen.cs
|
Removed unused usings. (#3593)
|
2022-08-18 18:04:54 +02:00 |
OpCodeT16MemImm5.cs
|
|
|
OpCodeT16MemLit.cs
|
|
|
OpCodeT16MemMult.cs
|
|
|
OpCodeT16MemReg.cs
|
|
|
OpCodeT16MemSp.cs
|
|
|
OpCodeT16MemStack.cs
|
|
|
OpCodeT16ShiftImm.cs
|
|
|
OpCodeT16ShiftReg.cs
|
|
|
OpCodeT16SpRel.cs
|
|
|
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: Implement VCVTT, VCVTB (#3710)
|
2022-10-19 02:36:04 +02:00 |
RegisterSize.cs
|
|
|
ShiftType.cs
|
|
|