dolphin/Source/Core/Core/PowerPC
Techjar a106c99826 Jit64: Don't use PEXT in DoubleToSingle on AMD Zen
This was causing severe slowdown in some games.
2020-01-26 22:10:46 -05:00
..
CachedInterpreter Interpreter: Drop idle skipping in interpreter. 2019-04-20 20:52:39 +02:00
Interpreter Core: Replace usages of StringFromFormat with fmt where applicable 2019-11-11 07:32:57 -05:00
Jit64 Merge pull request #8120 from MerryMage/cdts 2020-01-25 19:10:37 +00:00
Jit64Common Jit64: Don't use PEXT in DoubleToSingle on AMD Zen 2020-01-26 22:10:46 -05:00
JitArm64 PowerPC/Jit: Create fastmem arena on init. 2019-12-28 13:41:57 +01:00
JitArmCommon
JitCommon Merge pull request #8120 from MerryMage/cdts 2020-01-25 19:10:37 +00:00
SignatureDB
BreakPoints.cpp Use std::istringstream or std::ostringstream instead of std::stringstream where possible. 2019-12-29 23:45:02 -05:00
BreakPoints.h
ConditionRegister.cpp PowerPC: Factor out CR helpers into POD class 2019-03-08 20:42:09 +01:00
ConditionRegister.h PowerPC: Factor out CR helpers into POD class 2019-03-08 20:42:09 +01:00
CPUCoreBase.h
GDBStub.cpp Fix GDB stub 2019-07-07 05:17:33 +01:00
GDBStub.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Gekko.h
JitInterface.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
JitInterface.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
MMU.cpp MMU: Use the Memory helpers for physical memory. 2019-12-28 12:57:51 +01:00
MMU.h Debugger/Memory: Add support for address spaces 2019-05-02 21:14:30 -04:00
PowerPC.cpp PowerPC.cpp: No need to explicitly initialize ppcState. 2019-12-29 23:45:02 -05:00
PowerPC.h PowerPC: Thread state through float helpers 2019-04-02 19:59:29 +02:00
PPCAnalyst.cpp Core: Replace usages of StringFromFormat with fmt where applicable 2019-11-11 07:32:57 -05:00
PPCAnalyst.h PowerPC/PPCAnalyst: Remove unimplemented LogFunctionCall prototype 2019-12-15 00:23:32 -05:00
PPCCache.cpp PPCCache: Make arrays constexpr where applicable 2019-12-03 04:05:09 -05:00
PPCCache.h PPCCache: Make arrays constexpr where applicable 2019-12-03 04:05:09 -05:00
PPCSymbolDB.cpp StringUtil: Use std::string_view more 2019-07-23 14:49:12 +02:00
PPCSymbolDB.h
PPCTables.cpp Core: Replace usages of StringFromFormat with fmt where applicable 2019-11-11 07:32:57 -05:00
PPCTables.h
Profiler.h