dolphin/Source/Core/Core/PowerPC/Interpreter
Lioncash 47acf794c7 Interpreter_LoadStorePaired: Generate a program exception if non-indexed paired-single load/stores are used and HID2.LSQE is not set
HID2.LSQE is the Load/store quantize enable bit for non-indexed format
instructions (which are psq_l, psq_lu, psq_st, and psq_stu). If this bit
is not set and any of these instructions are attempted to be executed,
then a program exception is supposed to occur.
2018-06-21 17:16:54 -04: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: Generate a program exception if non-indexed paired-single load/stores are used and HID2.LSQE is not set 2018-06-21 17:16:54 -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