dolphin/Source/Core/Core/PowerPC
Lioncash 21add26b71 Interpreter_FloatingPoint: Clear FPSCR.FI and FPSCR.FR in invalid operation cases
As explained within 179d73ac0d, the table
within the Programming Environments Manual for PowerPC lists the FI and
FR bits as cleared for invalid operation cases. So, we amend the
relevant cases here in order to be accurate to hardware.
2018-06-02 15:30:56 -04:00
..
CachedInterpreter PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
Interpreter Interpreter_FloatingPoint: Clear FPSCR.FI and FPSCR.FR in invalid operation cases 2018-06-02 15:30:56 -04:00
Jit64 JitAsmCommon: Amend member variable names for CommonAsmRoutinesBase 2018-05-30 05:22:36 -04:00
Jit64Common JitAsmCommon: Amend member variable names for CommonAsmRoutinesBase 2018-05-30 05:22:36 -04:00
JitArm64 Merge pull request #7033 from lioncash/jitarm 2018-05-31 18:05:47 +02:00
JitArmCommon
JitCommon JitAsmCommon: Make CommonAsmRoutinesBase a struct 2018-05-30 05:22:41 -04:00
SignatureDB PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
BreakPoints.cpp BreakPoints: Make OverlapsMemcheck() a const member function 2018-05-22 09:42:20 -04:00
BreakPoints.h BreakPoints: Make OverlapsMemcheck() a const member function 2018-05-22 09:42:20 -04:00
CPUCoreBase.h
GDBStub.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
GDBStub.h
Gekko.h Gekko: Make UReg_FPSCR's single argument constructor explicit 2018-05-06 18:46:57 -04:00
JitInterface.cpp When CPU core is invalid, fall back to JIT instead of interpreter 2018-05-26 14:19:53 +02:00
JitInterface.h
MMU.cpp MMU: Normalize parameter naming 2018-05-25 16:14:47 -04:00
MMU.h PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
PowerPC.cpp When CPU core is invalid, fall back to JIT instead of interpreter 2018-05-26 14:19:53 +02:00
PowerPC.h PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
PPCAnalyst.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
PPCAnalyst.h SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
PPCCache.cpp
PPCCache.h
PPCSymbolDB.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
PPCSymbolDB.h SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
PPCTables.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
PPCTables.h
Profiler.cpp
Profiler.h