dolphin/Source/Core/Core/PowerPC/Interpreter
Pierre Bourdon 0c39590353
Merge pull request #7229 from lioncash/truncate
Interpreter: Remove an unnecessary cast in Trace()
2018-08-27 04:49:06 +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_FPUtils: Handle the FPSCR.ZE and FPSCR.VE flags with arithmetic instructions 2018-06-19 18:09:03 -04:00
Interpreter_FPUtils.h Interpreter_FPUtils: Handle the FPSCR.ZE and FPSCR.VE flags with arithmetic instructions 2018-06-19 18:09:03 -04:00
Interpreter_Integer.cpp PowerPC: Deduplicate Helper_Mask() code 2018-08-12 17:24:16 -04:00
Interpreter_LoadStore.cpp Disables a panic alert in lswx that makes using not64 impossible 2018-08-10 21:22:45 -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_FPUtils: Handle the FPSCR.ZE and FPSCR.VE flags with arithmetic instructions 2018-06-19 18:09:03 -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 Merge pull request #7229 from lioncash/truncate 2018-08-27 04:49:06 +02:00
Interpreter.h PowerPC: Deduplicate Helper_Mask() code 2018-08-12 17:24:16 -04:00