Ryujinx/ChocolArm64/Decoders
gdkchan 36b9ab0e48
Add ARM32 support on the translator (#561)
* Remove ARM32 interpreter and add ARM32 support on the translator

* Nits.

* Rename Cond -> Condition

* Align code again

* Rename Data to Alu

* Enable ARM32 support and handle undefined instructions

* Use the IsThumb method to check if its a thumb opcode

* Remove another 32-bits check
2019-01-24 23:59:53 -02:00
..
BitUtils.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
Block.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
Condition.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
DataOp.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
Decoder.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
DecoderHelper.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IntType.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
IOpCode32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IOpCode64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
IOpCodeAlu32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IOpCodeAlu64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
IOpCodeAluImm64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
IOpCodeAluRs64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
IOpCodeAluRx64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
IOpCodeBImm.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IOpCodeBImm32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IOpCodeBReg32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IOpCodeCond64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IOpCodeLit64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
IOpCodeSimd64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCode32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCode64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeAdr64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeAlu32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeAlu64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeAluImm8T16.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeAluImm32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeAluImm64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeAluRs64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeAluRsImm32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeAluRx64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeBfm64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeBImm32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeBImm64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeBImmAl64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeBImmCmp64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeBImmCond64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeBImmTest64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeBReg32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeBReg64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeBRegT16.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeCcmp64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeCcmpImm64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeCcmpReg64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeCsel64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeException64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeMem64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeMemEx64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeMemImm64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeMemLit64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeMemPair64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeMemReg64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeMov64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeMul64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimd64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdCvt64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeSimdExt64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdFcond64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeSimdFmov64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdImm64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeSimdIns64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdMemImm64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdMemLit64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdMemMs64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeSimdMemPair64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdMemReg64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdMemSs64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeSimdReg64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdRegElem64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdRegElemF64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdShImm64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSimdTbl64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeSystem64.cs Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484) 2018-10-30 22:43:02 -03:00
OpCodeT16.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
ShiftType.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00