dolphin/Source/Core/Core/PowerPC
Ryan Houdek b0becf7af8 Enables the ARMv7 FPR cache.
The problem instructions with the FPR are disabled in the previous commit. This can now be reenabled for fairly large performance gains.
2014-11-14 15:14:10 +00:00
..
Interpreter Various formatting and consistency fixes 2014-11-13 22:42:18 -05:00
Jit64 Merge pull request #1527 from FioraAeterna/mftbfix 2014-11-13 12:11:13 +11:00
Jit64IL Merge pull request #1307 from comex/bitset 2014-10-28 23:39:35 -04:00
JitArm32 Enables the ARMv7 FPR cache. 2014-11-14 15:14:10 +00:00
JitArm64 JitCache: Use std::array to back the arrays within it. 2014-10-10 00:22:09 -04:00
JitCommon JIT: add 64-bit write support to FIFO functions 2014-11-09 21:24:30 -08:00
JitILCommon Various formatting and consistency fixes 2014-11-13 22:42:18 -05:00
CPUCoreBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
GDBStub.cpp Split some parts of UpdateBoundingBox into multiple lines. Also, 2014-09-06 09:49:27 -05:00
GDBStub.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
Gekko.h Core: Move FPSCR exception flags to a typed enum 2014-09-29 00:46:15 -04:00
JitInterface.cpp Merge pull request #1408 from randomstuff/perf 2014-11-03 22:36:32 -05:00
JitInterface.h Core: Fix potentially uninitialized variable warnings 2014-11-03 22:21:10 -05:00
PowerPC.cpp Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
PowerPC.h Added a RAM Watch window to the debugger 2014-10-26 14:56:02 +11:00
PPCAnalyst.cpp JIT: merge fcmpx and cror 2014-10-29 00:30:27 -07:00
PPCAnalyst.h JIT: merge fcmpx and cror 2014-10-29 00:30:27 -07:00
PPCCache.cpp PPCCache: Make PLRU lookup tables static 2014-11-05 19:35:30 -05:00
PPCCache.h PPCCache: Get rid of FAST_ICACHE define. 2014-05-25 18:06:52 -07:00
PPCSymbolDB.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
PPCSymbolDB.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
PPCTables.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
PPCTables.h Added OPTYPE_LOADPS and OPTYPE_STOREPS instruction types to the PPC table. 2014-09-27 20:16:26 +10:00
Profiler.cpp remove unused globals 2014-07-11 16:10:20 +02:00
Profiler.h Profiling: measure time on POSIX systems using clock_gettime 2014-11-03 00:07:12 +01:00
SignatureDB.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
SignatureDB.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00