RyuKen/Ryujinx/Cpu/Instruction
gdkchan ae91da5b60
Merge pull request #2 from gdkchan/direct_memory
Removed parts of the MMU functionality to use memory directly (faster…
2018-02-08 20:20:01 -03:00
..
AInst.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitAlu.cs Add ADC and SBC instructions 2018-02-07 20:46:36 -03:00
AInstEmitAluHelper.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitBfm.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitCcmp.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitCsel.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitException.cs Implement SSHL instruction, fix exception on FMAX/FMIN, and use a better exception message for undefined/unimplemented instructions 2018-02-07 09:38:43 -03:00
AInstEmitFlow.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitMemory.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitMemoryEx.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitMemoryHelper.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitMove.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitMul.cs aloha 2018-02-04 20:08:20 -03:00
AInstEmitScalar.cs Add FMADD and FMSUB instructions 2018-02-07 20:07:16 -03:00
AInstEmitSimd.cs Merge pull request #2 from gdkchan/direct_memory 2018-02-08 20:20:01 -03:00
AInstEmitSystem.cs Improve access to system registers by using properties, also use exclusive region granularity on exclusive load/stores, and ensure that acquires without releases won't hold the address forever, remove unused ALU rev method 2018-02-06 12:15:08 -03:00
AInstEmitter.cs aloha 2018-02-04 20:08:20 -03:00
ASoftFallback.cs Removed parts of the MMU functionality to use memory directly (faster, but potentially more dangerous, WIP), also changed the Shl/Sshr immediate instructions to use IL instead of calling the method 2018-02-07 13:44:48 -03:00