dolphin/Source/Core/Core/PowerPC
Pierre Bourdon dd1fc711c7
PowerPC: partially implement thermal related SPRs
Doesn't support triggering interrupts when the thermal threshold is
exceeded, but allows polling for temperature information.

The THRM[123] registers are documented in most PPC datasheets, see e.g.
this PPC750CX one: http://datasheets.chipdb.org/IBM/PowerPC/750/750cx_um3-17-05.pdf
2020-06-18 07:37:44 +02:00
..
CachedInterpreter
Interpreter PowerPC: partially implement thermal related SPRs 2020-06-18 07:37:44 +02:00
Jit64 Jit: fix warning -Winvalid-offsetof 2020-05-04 18:26:56 +02:00
Jit64Common Jit64: Don't use PEXT in DoubleToSingle on AMD Zen 2020-01-26 22:10:46 -05:00
JitArm64 Merge pull request #8472 from degasus/jitsetting 2020-02-08 13:49:33 +00:00
JitArmCommon
JitCommon Jit: fix warning -Winvalid-offsetof 2020-05-04 18:26:56 +02:00
SignatureDB
BreakPoints.cpp Breakpoints: Fix crash after clearing all memory breakpoints 2020-03-14 21:57:09 +09:00
BreakPoints.h Breakpoints: Fix crash after clearing all memory breakpoints 2020-03-14 21:57:09 +09:00
ConditionRegister.cpp
ConditionRegister.h
CPUCoreBase.h
GDBStub.cpp Fix GDB stub 2019-07-07 05:17:33 +01:00
GDBStub.h
Gekko.h PowerPC: partially implement thermal related SPRs 2020-06-18 07:37:44 +02:00
JitInterface.cpp
JitInterface.h
MMU.cpp Configurable MEM1 and MEM2 sizes at runtime via Dolphin.ini 2020-04-28 12:10:50 -05:00
MMU.h
PowerPC.cpp PowerPC.cpp: No need to explicitly initialize ppcState. 2019-12-29 23:45:02 -05:00
PowerPC.h PowerPC: partially implement thermal related SPRs 2020-06-18 07:37:44 +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