xenia-canary/src/xenia/cpu
Gliniak 0881725533 Merge remote-tracking branch 'GliniakRepo/const_prop_opcode_and_not' into canary_pr 2022-05-19 10:18:58 +02:00
..
backend Merge remote-tracking branch 'GliniakRepo/const_prop_opcode_and_not' into canary_pr 2022-05-19 10:18:58 +02:00
compiler [CPU] Added constant propagation pass for: OPCODE_AND_NOT 2022-03-11 08:54:01 +01:00
hir [CPU] Added constant propagation pass for: OPCODE_AND_NOT 2022-03-11 08:54:01 +01:00
ppc [CPU] Unified assertions for unimplemented opcodes 2022-03-23 11:41:49 -05:00
testing [x64] Remove usage of `xbyak_bin2hex.h` 2022-03-08 12:18:58 -06: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 [XModule] Remove module and its functions while unloading 2021-12-27 09:18:44 +01:00
entry_table.h [XModule] Remove module and its functions while unloading 2021-12-27 09:18:44 +01: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 Overhaul logging. 2020-04-07 16:09:41 -05:00
mmio_handler.h [Memory, D3D12] Various refactoring from data provider development 2020-02-15 21:35:24 +03:00
module.cc [XModule] Remove module and its functions while unloading 2021-12-27 09:18:44 +01:00
module.h [XModule] Remove module and its functions while unloading 2021-12-27 09:18:44 +01:00
premake5.lua Get rid of gflags alltogether 2019-08-03 02:34:19 +02:00
processor.cc Merge remote-tracking branch 'GliniakRepo/deleteFunctionsFromUnloadedModule' into canary_pr 2022-05-19 10:18:18 +02:00
processor.h [XModule] Remove module and its functions while unloading 2021-12-27 09:18:44 +01: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 [CPU] Made xe::cpu::StackWalker destructor virtual since it is an abstract class. 2018-11-17 14:50:30 -08: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 [Memory/CPU] UWP: Support separate code execution and write memory, FromApp functions + other Windows memory fixes 2020-11-24 22:18:50 +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 Remove xenia-cpu dependency on xenia-kernel 2017-02-06 21:57:18 -06: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 Fixed incorrect hash generation + lint fixes 2022-04-29 20:33:21 +02: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