dolphin/Source/Core/Core/PowerPC/Interpreter
magumagu ac54c6a4e2 Make address translation respect the CPU translation mode.
The PowerPC CPU has bits in MSR (DR and IR) which control whether
addresses are translated. We should respect these instead of mixing
physical addresses and translated addresses into the same address space.

This is mostly mass-renaming calls to memory accesses APIs from places
which expect address translation to use a different version from those
which do not expect address translation.

This does very little on its own, but it's the first step to a correct BAT
implementation.
2015-02-11 13:56:22 -08:00
..
Interpreter_Branch.cpp Clean up usage of PowerPCState::Exceptions. 2015-01-31 12:02:45 -08:00
Interpreter_FloatingPoint.cpp Bugfixes for fmul rounding 2014-08-26 21:37:45 -07:00
Interpreter_FPUtils.h Core: Move FPSCR exception flags to a typed enum 2014-09-29 00:46:15 -04:00
Interpreter_Integer.cpp Clean up usage of PowerPCState::Exceptions. 2015-01-31 12:02:45 -08:00
Interpreter_LoadStore.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Interpreter_LoadStorePaired.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Interpreter_Paired.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Interpreter_SystemRegisters.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Interpreter_Tables.cpp JIT: optimize for the common case of unquantized psq_l/st 2015-01-10 14:14:43 -08:00
Interpreter_Tables.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Interpreter.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Interpreter.h Interpreter: Remove a redundant macro 2014-10-31 10:55:25 -04:00