xenia/src/xenia/cpu
2023-07-27 23:41:45 +03:00
..
backend [CPU] Added constant propagation pass for: OPCODE_AND_NOT 2023-07-27 23:41:45 +03:00
compiler [CPU] Added constant propagation pass for: OPCODE_AND_NOT 2023-07-27 23:41:45 +03:00
hir [CPU] Remove intrinsics from dot product constant propagation 2022-07-06 21:32:56 +03:00
ppc [PPC] Implement vsubcuw 2023-05-29 14:56:12 -05:00
testing [Android] Unified xenia-app with windowed apps and build prerequisites 2022-07-11 21:45:57 +03:00
breakpoint.cc Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
breakpoint.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
cpu_flags.cc [Kernel] Add PVR opcode (includes cvars support) 2022-01-29 02:44:55 -06:00
cpu_flags.h [Kernel] Add PVR opcode (includes cvars support) 2022-01-29 02:44:55 -06:00
debug_listener.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
elf_module.cc Avoid using '#' format spec for X hex numbers. 2020-04-09 11:25:08 -05:00
elf_module.h C++17ification. 2020-04-07 16:09:41 -05:00
entry_table.cc Moving profiling.h to base - UI could be separated for cleanliness. 2015-11-07 12:31:07 -08:00
entry_table.h DANGER DANGER. Switching to global critical region. 2015-09-06 09:30:54 -07:00
export_resolver.cc [CPU] std::sort compare: satisfy comp(a,a)==false 2020-11-14 13:30:06 -06:00
export_resolver.h [CPU] Misc GCC build fixes 2021-06-02 22:28:43 -05:00
function.cc Remove Function::Call extern handler shortcut (as we need old behavior for savestates) 2015-12-29 12:35:56 -08:00
function.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
function_debug_info.cc Overhaul logging. 2020-04-07 16:09:41 -05:00
function_debug_info.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
function_trace_data.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
lzx.cc [CPU] Fix lzx_decompress misuse of xe::bit_count. Fixes #1402. 2019-07-18 12:33:16 -05:00
lzx.h [CPU] Fix Travis whining. 2018-11-24 16:21:06 -06:00
mmio_handler.cc [CPU] MMIO: Arm64, load register writes + exception cleanup 2022-07-06 21:05:05 +03:00
mmio_handler.h [CPU] MMIO: Arm64, load register writes + exception cleanup 2022-07-06 21:05:05 +03:00
module.cc Moving profiling.h to base - UI could be separated for cleanliness. 2015-11-07 12:31:07 -08:00
module.h KernelState should handle module launching 2016-10-24 11:01:10 -05:00
premake5.lua Get rid of gflags alltogether 2019-08-03 02:34:19 +02:00
processor.cc [CPU] Null backend enough for GPU trace viewing 2022-07-06 23:28:06 +03:00
processor.h [Base] Linux Arm64 exception handler 2022-07-05 20:46:49 +03:00
raw_module.cc C++17ification. 2020-04-07 16:09:41 -05:00
raw_module.h C++17ification. 2020-04-07 16:09:41 -05:00
stack_walker.h [Base] Linux Arm64 exception handler 2022-07-05 20:46:49 +03:00
stack_walker_posix.cc xenia-cpu-ppc-tests is now building on linux 2017-02-10 23:54:10 -06:00
stack_walker_win.cc [Base] Linux Arm64 exception handler 2022-07-05 20:46:49 +03:00
symbol.h C++17ification. 2020-04-07 16:09:41 -05:00
test_module.cc C++17ification. 2020-04-07 16:09:41 -05:00
test_module.h C++17ification. 2020-04-07 16:09:41 -05:00
thread.cc Fix casting between XThread and Thread causing pointer misalignment 2017-02-10 23:35:35 -06:00
thread.h Fix casting between XThread and Thread causing pointer misalignment 2017-02-10 23:35:35 -06:00
thread_debug_info.h [Base] Linux Arm64 exception handler 2022-07-05 20:46:49 +03:00
thread_state.cc Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
thread_state.h Cleanup ThreadState and XThread 2015-12-29 12:32:46 -08:00
xex_module.cc Merge branch 'master' into linux_windowing 2021-08-26 22:58:14 +03:00
xex_module.h [CPU] Load alt-title-ids XEX header into XexModule::opt_alternate_title_ids_ 2021-06-25 23:48:25 -05:00