dynarmic/src
Lioncash bfaeb08d3c A64: Implement LDNP/STNP
LDNP and STNP indicate that a memory access is non-temporal/streaming
(i.e. unlikely to be repeated), allowing data caching to not be
performed. However, given this is only a hint, we can treat these two
instructions as regular LDP and STP instructions for the time being.
2020-04-22 20:58:10 +01:00
..
backend/x64 block_of_code: Replace cast with [[maybe_unused]] in DoesCpuSupport() 2020-04-22 20:58:09 +01:00
common common: Remove address_range.h 2020-04-22 20:57:38 +01:00
frontend A64: Implement LDNP/STNP 2020-04-22 20:58:10 +01:00
ir_opt constant_propagation_pass: Fold byte reversal opcodes where applicable 2020-04-22 20:57:37 +01:00
CMakeLists.txt A64: Implement LDNP/STNP 2020-04-22 20:58:10 +01:00