xenia-canary/src/xenia/cpu
Triang3l 26c24b4726 [CPU] Move saturating add/sub to base/math.h 2019-07-19 23:12:11 +03:00
..
backend - Clean up log level names, no need for LOG_LEVEL_ prefix when it is an 2019-04-30 17:41:27 -05:00
compiler [JIT] Run the SimplificationPass/ConstantPropagationPass until there are no changes. 2018-11-23 12:01:10 -06:00
hir [CPU] Move saturating add/sub to base/math.h 2019-07-19 23:12:11 +03:00
ppc [PPC] Fix trailing comment in ppc_opcode_disasm.h. 2019-05-13 00:59:40 -05:00
testing [Travis] Enable full Xenia build on linux 2017-12-20 16:27:01 -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 Added comparison operator for --break_on_instruction. 2016-06-19 21:01:18 -05:00
cpu_flags.h Added comparison operator for --break_on_instruction. 2016-06-19 21:01:18 -05: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 It seems 'export' is a reserved keyword for clang. 2015-09-22 07:45:52 -07:00
export_resolver.h [CPU/Kernel] Cleanup and rework of how kernel exports are declared. 2018-11-20 13:03:17 -06: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 . 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 Update documentation. 2018-11-22 09:20:09 -06:00
mmio_handler.h [CPU] MMIOHandler IsRangeWatched now returns true if the entire range is watched. 2018-02-09 19:23:24 -06: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 [CI] Fix mspack linking even more. 2018-11-23 17:58:38 -06:00
processor.cc xenia-cpu-ppc-tests is now building on linux 2017-02-10 23:54:10 -06:00
processor.h xenia-cpu-ppc-tests is now building on linux 2017-02-10 23:54:10 -06: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 Warn and be ok with symbol services failing. 2016-02-21 14:26:16 -08: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 [CPU] Move LZX code to its own files. 2018-11-24 15:02:03 -06:00
xex_module.h [CPU] Fix XexModule::FindSaveRest not finding functions properly 2018-11-01 15:50:56 +00:00