dolphin/Source/Core/Core/PowerPC/Interpreter
Markus Wick 52990d215d
Merge pull request #7145 from lioncash/mtspr
Interpreter_SystemRegisters: Handle mtspr to HID1 and PVR properly
2018-06-21 11:36:12 +02:00
..
ExceptionUtils.h Interpreter: Move common exception functions to ExceptionUtils.h 2018-05-20 18:25:32 -04:00
Interpreter_Branch.cpp Interpreter: Check processor privilege level when executing supervisor instructions 2018-05-21 23:47:49 -04:00
Interpreter_FloatingPoint.cpp Interpreter: Unset FPSCR.FI and FPSCR.FR for QNaN and infinity input operands 2018-06-03 18:15:47 -04:00
Interpreter_FPUtils.h Interpreter: Unset FPSCR.FI and FPSCR.FR for QNaN and infinity input operands 2018-06-03 18:15:47 -04:00
Interpreter_Integer.cpp Interpreter_Integer: Correct negative overflow handling for divw 2018-05-22 10:39:08 -04:00
Interpreter_LoadStore.cpp Interpreter: Check processor privilege level when executing supervisor instructions 2018-05-21 23:47:49 -04:00
Interpreter_LoadStorePaired.cpp Interpreter_LoadStorePaired: Simplify type aliases in QuantizeAndStore() and LoadAndDequantize() 2018-06-04 17:57:05 -04:00
Interpreter_Paired.cpp Interpreter: Unset FPSCR.FI and FPSCR.FR for QNaN and infinity input operands 2018-06-03 18:15:47 -04:00
Interpreter_SystemRegisters.cpp Merge pull request #7145 from lioncash/mtspr 2018-06-21 11:36:12 +02:00
Interpreter_Tables.cpp PPCTables: Make the op type enum an enum class 2018-03-18 18:53:58 -04:00
Interpreter.cpp Common: Namespace GekkoDisassembler.cpp/.h 2018-05-25 16:55:09 -04:00
Interpreter.h Interpreter_FloatingPoint: Factor out common code from fctiw and fctiwz 2018-05-28 13:28:44 -04:00