1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-27 15:32:01 +00:00
Ryujinx/ChocolArm64/Decoders
gdkchan 8a7d99cdea Refactoring and optimization on CPU translation (#661)
* Refactoring and optimization on CPU translation

* Remove now unused property

* Rename ilBlock -> block (local)

* Change equality comparison on RegisterMask for consistency

Co-Authored-By: gdkchan <gab.dark.100@gmail.com>

* Add back the aggressive inlining attribute to the Synchronize method

* Implement IEquatable on the Register struct

* Fix identation
2019-04-26 14:55:12 +10:00
..
BitUtils.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
Block.cs Refactoring and optimization on CPU translation (#661) 2019-04-26 14:55:12 +10:00
Condition.cs Refactoring and optimization on CPU translation (#661) 2019-04-26 14:55:12 +10:00
DataOp.cs
Decoder.cs Refactoring and optimization on CPU translation (#661) 2019-04-26 14:55:12 +10:00
DecoderHelper.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IntType.cs
IOpCode32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
IOpCode32Alu.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
IOpCode32BImm.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
IOpCode32BReg.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
IOpCode32Mem.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
IOpCode32MemMult.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
IOpCode64.cs
IOpCodeAlu64.cs
IOpCodeAluImm64.cs
IOpCodeAluRs64.cs
IOpCodeAluRx64.cs
IOpCodeBImm.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
IOpCodeSimd64.cs
OpCode32.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCode32Alu.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode32AluImm.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode32AluRsImm.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode32BImm.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode32BReg.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode32Mem.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode32MemImm.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode32MemImm8.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode32MemMult.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCode64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeAdr64.cs
OpCodeAlu64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeAluImm64.cs
OpCodeAluRs64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeAluRx64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeBfm64.cs
OpCodeBImm64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeBImmAl64.cs
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
OpCodeBReg64.cs
OpCodeCcmp64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeCcmpImm64.cs
OpCodeCcmpReg64.cs
OpCodeCsel64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeException64.cs
OpCodeMem64.cs
OpCodeMemEx64.cs
OpCodeMemImm64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeMemLit64.cs
OpCodeMemPair64.cs
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
OpCodeSimd64.cs
OpCodeSimdCvt64.cs Implement fixed-point variant of the UCVTF and SCVTF instructions (#578) 2019-02-23 20:52:48 -03:00
OpCodeSimdExt64.cs
OpCodeSimdFcond64.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeSimdFmov64.cs
OpCodeSimdImm64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeSimdIns64.cs
OpCodeSimdMemImm64.cs
OpCodeSimdMemLit64.cs
OpCodeSimdMemMs64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeSimdMemPair64.cs
OpCodeSimdMemReg64.cs
OpCodeSimdMemSs64.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00
OpCodeSimdReg64.cs
OpCodeSimdRegElem64.cs
OpCodeSimdRegElemF64.cs
OpCodeSimdShImm64.cs
OpCodeSimdTbl64.cs
OpCodeSystem64.cs
OpCodeT16.cs Add ARM32 support on the translator (#561) 2019-01-24 23:59:53 -02:00
OpCodeT16AluImm8.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
OpCodeT16BReg.cs Implement some ARM32 memory instructions and CMP (#565) 2019-01-29 13:06:11 -03:00
ShiftType.cs Misc. CPU improvements (#519) 2018-12-10 22:58:52 -02:00