dolphin/Source/Core/Core/PowerPC
Tillmann Karras d05e205a24 FPURoundMode: revert use of enums in bit-fields
The workaround of using fixed underlying types produces lots of warnings
in GCC because now the bit-fields are too small for the value range used
for conversion semantics.
2014-03-09 15:24:35 +01:00
..
Interpreter FPURoundMode: revert use of enums in bit-fields 2014-03-09 15:24:35 +01:00
Jit64 Jit64::twx(): add assert message 2014-03-09 15:24:33 +01:00
Jit64IL Merge pull request #122 from lioncash/rename-default 2014-03-06 12:13:54 +13:00
JitArm32 Rename the JIT function Default() to FallBackToInterpreter(). Communicates intent way better in terms of telling the reader what's going on. 2014-03-02 19:59:20 -05:00
JitArmIL Rename the JIT function Default() to FallBackToInterpreter(). Communicates intent way better in terms of telling the reader what's going on. 2014-03-02 19:59:20 -05:00
JitCommon JitUtil: Optimize MMIO loads by generating code to directly access a given MMIO. 2014-03-08 23:32:43 +01:00
JitILCommon Merge pull request #122 from lioncash/rename-default 2014-03-06 12:13:54 +13:00
CPUCoreBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
GDBStub.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
GDBStub.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Gekko.h FPURoundMode: revert use of enums in bit-fields 2014-03-09 15:24:35 +01:00
JitInterface.cpp Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
JitInterface.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
LUT_frsqrtex.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
LUT_frsqrtex.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
PowerPC.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
PowerPC.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
PPCAnalyst.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
PPCAnalyst.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
PPCCache.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
PPCCache.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
PPCSymbolDB.cpp Fix bug in PrintCallstack caused by trying to use MMIO 2014-03-09 12:23:30 +13:00
PPCSymbolDB.h Fix bug in PrintCallstack caused by trying to use MMIO 2014-03-09 12:23:30 +13:00
PPCTables.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
PPCTables.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Profiler.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Profiler.h Make our architecture defines less stupid. 2014-03-04 09:36:59 -06:00
SignatureDB.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SignatureDB.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00