dolphin/Source/Core/Core/PowerPC
Ryan Houdek 0d744cddf6 Merge pull request #1729 from Sonicadvance1/AArch64_compare_me
[AArch64] Add partial support for cmp* instructions.
2014-12-21 20:56:49 -06:00
..
Interpreter Fix register usage detection in PPCAnalyst. 2014-12-02 16:12:33 -06:00
Jit64 JIT: free up a register by eliminating RCODE_POINTERS 2014-12-14 18:19:37 -08:00
Jit64IL Enable block-linking with MMU. Blocks that cause an ISI exception are not linked. 2014-12-12 13:25:51 +11:00
JitArm32 Merge pull request #1723 from Sonicadvance1/AArch64_loadstores 2014-12-21 20:46:23 -06:00
JitArm64 Merge pull request #1729 from Sonicadvance1/AArch64_compare_me 2014-12-21 20:56:49 -06:00
JitArmCommon [ARM] Adds a ArmCommon folder. 2014-12-20 19:36:48 -06:00
JitCommon JIT: Fix redundant MOVs in x86 trampolines 2014-12-21 12:06:07 -08:00
JitILCommon Silence some -Wswitch-default warnings. 2014-12-11 22:23:05 -06:00
CPUCoreBase.h
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 Merge pull request #1449 from comex/memtools-merge 2014-11-16 13:46:33 -05:00
PowerPC.cpp Stored a copy of the PTE in the TLB like the real hardware does. 2014-12-06 10:28:34 +11:00
PowerPC.h Stored a copy of the PTE in the TLB like the real hardware does. 2014-12-06 10:28:34 +11:00
PPCAnalyst.cpp Eliminate some spammy log messages in MMU mode 2014-12-21 12:41:44 -08:00
PPCAnalyst.h JIT: more optimizing of float ops based on known input characteristics 2014-11-29 11:33:11 -08:00
PPCCache.cpp PPCCache: Make PLRU lookup tables static 2014-11-05 19:35:30 -05:00
PPCCache.h
PPCSymbolDB.cpp Rename menu items, stop using PanicAlertT, remove -d when running from visual studio. 2014-12-17 01:12:33 +10:30
PPCSymbolDB.h Merge bad map file loading into the original function. 2014-12-17 01:11:58 +10:30
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
Profiler.h JIT: fix profiler call 2014-12-02 10:17:58 -08:00
SignatureDB.cpp Fix many bugs with the Symbols menu (when run with -d argument). 2014-12-17 01:11:36 +10:30
SignatureDB.h