xenia-canary/src/xenia/cpu/hir
Gliniak c3586bc165 [C++] Uplift version to C++20 2024-12-26 23:42:31 +01:00
..
block.cc Code cleanup: moving poly/ into xenia/base/ 2015-05-02 03:42:51 -07:00
block.h More style. 2015-08-07 21:29:03 -07:00
hir_builder.cc Attempt to emulate reserved load/store more closely. can't do anything for stores of the same value that are done via a non-reserved store to a reserved location 2023-04-15 16:06:07 -04:00
hir_builder.h [C++] Uplift version to C++20 2024-12-26 23:42:31 +01:00
instr.cc use Sleep(0) instead of SwitchToThread, should waste less power and help the os with scheduling. 2022-09-11 14:14:48 -07:00
instr.h [LINT] Linted files + Added lint job to CI 2024-03-12 19:19:30 +01:00
label.h [LINT] Linted files + Added lint job to CI 2024-03-12 19:19:30 +01:00
opcodes.cc remove useless tag field from hir::Value 2022-07-16 10:25:04 -07:00
opcodes.h Attempt to emulate reserved load/store more closely. can't do anything for stores of the same value that are done via a non-reserved store to a reserved location 2023-04-15 16:06:07 -04:00
opcodes.inl Attempt to emulate reserved load/store more closely. can't do anything for stores of the same value that are done via a non-reserved store to a reserved location 2023-04-15 16:06:07 -04:00
value.cc [LINT] Linted files + Added lint job to CI 2024-03-12 19:19:30 +01:00
value.h [LINT] Linted files + Added lint job to CI 2024-03-12 19:19:30 +01:00