Ryujinx/ARMeilleure/Decoders
2022-12-10 22:12:51 +01:00
..
Optimizations
Block.cs
Condition.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
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 Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
InstEmitter.cs
IntType.cs
IOpCode.cs
IOpCode32.cs
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
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
IOpCode32BImm.cs
IOpCode32BReg.cs
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
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
IOpCode32SimdImm.cs
IOpCodeAlu.cs
IOpCodeAluImm.cs
IOpCodeAluRs.cs
IOpCodeAluRx.cs
IOpCodeBImm.cs
IOpCodeCond.cs
IOpCodeLit.cs
IOpCodeSimd.cs
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
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
OpCode32BImm.cs
OpCode32BReg.cs
OpCode32Exception.cs ARMeilleure: Thumb support (All T16 instructions) (#3105) 2022-02-17 19:39:45 -03:00
OpCode32Mem.cs
OpCode32MemImm.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCode32MemImm8.cs
OpCode32MemLdEx.cs
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
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 Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeMul.cs
OpCodeSimd.cs
OpCodeSimdCvt.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
OpCodeSimdExt.cs
OpCodeSimdFcond.cs
OpCodeSimdFmov.cs Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626) 2020-10-21 09:13:44 -03:00
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 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 Fix Lambda Explicit Type Specification Warning (#4090) 2022-12-10 22:12:51 +01:00
RegisterSize.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
ShiftType.cs