dingusppc/cpu/ppc
joevt 9ed1a118e6 ppcmmu: Check sizeof(T) explicitly.
I don't know if the compiler is smart enough to figure out that ((guest_va & 0xFFF) + sizeof(T)) > 0x1000) is always false when sizeof(T) == 1 so we'll add a check for sizeof(T) > 1.
2024-04-07 08:59:05 -07:00
..
test ppctests: Fix compiler warnings. 2024-03-28 07:17:38 -07:00
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
poweropcodes.cpp poweropcodes: cosmetic improvements. 2024-03-27 03:45:22 +01:00
ppcdisasm.cpp ppcdisasm: Fix order of operands. 2024-03-28 07:09:50 -07:00
ppcdisasm.h debugger: Add list of input and output registers. 2024-03-24 19:34:29 -07:00
ppcemu.h ppcexec: Make EXEF_TIMER separate variable. 2024-03-31 12:15:48 -07:00
ppcexceptions.cpp ppcexec: Make EXEF_TIMER separate variable. 2024-03-31 12:15:48 -07:00
ppcexec.cpp Temp revert for icnt_factor 2024-03-31 14:13:45 -07:00
ppcfpopcodes.cpp Continued fixing floating-point ops 2024-04-07 08:58:38 -07:00
ppcmacros.h Merge branch 'master' into cpu-refactor2 2024-03-25 07:45:21 -07:00
ppcmmu.cpp ppcmmu: Check sizeof(T) explicitly. 2024-04-07 08:59:05 -07:00
ppcmmu.h ppcmmu: Add a function to get phys address. 2024-03-01 19:48:52 -07:00
ppcopcodes.cpp ppcopcodes: Cleanup 3. 2024-03-28 07:36:40 -07:00