dolphin/Source/Core/Core/PowerPC
Léo Lam 98e288cb4b
Merge pull request #6966 from lioncash/fmul
Interpreter_FPUtils: Set FPSCR.VXSNAN if either operand to NI_mul() is a signaling NaN
2018-05-26 11:43:11 +02:00
..
CachedInterpreter PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
Interpreter Merge pull request #6966 from lioncash/fmul 2018-05-26 11:43:11 +02:00
Jit64 Common: Namespace GekkoDisassembler.cpp/.h 2018-05-25 16:55:09 -04:00
Jit64Common Common: Namespace GekkoDisassembler.cpp/.h 2018-05-25 16:55:09 -04:00
JitArm64 Jit64/JitArm64: Remove unnecessary code buffer parameter for DoJit() 2018-05-18 17:19:49 -04:00
JitArmCommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
JitCommon PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -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 CPUCoreBase: Make the GetName() member function const qualified 2018-03-24 16:17:39 -04:00
GDBStub.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
GDBStub.h PowerPC: Fix indirect includes for GDBStub 2017-08-08 17:47:20 +08:00
Gekko.h Gekko: Make UReg_FPSCR's single argument constructor explicit 2018-05-06 18:46:57 -04:00
JitInterface.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
JitInterface.h Profiler: Move BlockStat and ProfileStats structures into the Profiler namespace 2018-04-08 22:29:48 -04:00
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 PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
PowerPC.h PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
PPCAnalyst.cpp PPCAnalyst: Replace memset usages with list initialization 2018-05-19 18:37:54 -04:00
PPCAnalyst.h PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
PPCCache.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
PPCCache.h PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PPCSymbolDB.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
PPCSymbolDB.h PPCSymbolDB: Default destructor and pass to member variables in the constructor initializer-list 2018-04-08 21:56:24 -04:00
PPCTables.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
PPCTables.h PPCTables: Remove prefixed underscores from parameter names 2018-03-24 16:46:49 -04:00
Profiler.cpp JitArm64: Reimplement aarch64 cycle counters. 2017-09-02 13:24:37 +02:00
Profiler.h Profiler: Move BlockStat and ProfileStats structures into the Profiler namespace 2018-04-08 22:29:48 -04:00