xenia-canary/src/xenia/cpu
Cancerous cec952f670 title update fixup - breaks xex1 temporarily 2019-12-06 11:57:48 -05:00
..
backend Merge remote-tracking branch 'JoelLinn/fix-cpu-clock' into canary 2019-12-01 04:00:22 -05:00
compiler Add constant folding for OPCODE_ROTATE_LEFT 2019-12-01 03:49:33 -05:00
hir Add constant folding for OPCODE_ROTATE_LEFT 2019-12-01 03:49:33 -05:00
ppc Implemented instructions: rldclx, rldcrx 2019-12-01 04:00:21 -05:00
testing Get rid of gflags alltogether 2019-08-03 02:34:19 +02: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 Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00
cpu_flags.h Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02: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 ELF Loader: Fix linux build 2017-03-07 12:33:18 -06:00
elf_module.h KernelState should handle module launching 2016-10-24 11:01:10 -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 Merge branch 'get-proc-address-by-ordinal' of https://github.com/CookiePLMonster/xenia into canary 2019-12-01 04:00:22 -05:00
export_resolver.h [CPU] Add locale export category. 2019-09-04 20:03:25 -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 Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08: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 [Memory] Add HostToGuestVirtual and use it in a couple of places 2019-08-13 23:49:49 +03:00
mmio_handler.h [Memory] Add HostToGuestVirtual and use it in a couple of places 2019-08-13 23:49:49 +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 Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00
processor.h Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00
raw_module.cc [CPU] Check for RawModule memory allocation success 2018-02-14 16:21:16 -06:00
raw_module.h KernelState should handle module launching 2016-10-24 11:01:10 -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 Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00
symbol.h More style cleanup. 2015-08-06 20:17:01 -07:00
test_module.cc Refactoring SymbolInfo/FunctionInfo/Function into Symbol/Function. 2015-08-05 21:50:02 -07:00
test_module.h KernelState should handle module launching 2016-10-24 11:01:10 -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 title update fixup - breaks xex1 temporarily 2019-12-06 11:57:48 -05:00
xex_module.h title update fixup - breaks xex1 temporarily 2019-12-06 11:57:48 -05:00