dynarmic/src/frontend
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
..
A32 frontend/A32/ir_emitter: Mark PC() and AlignPC() as const-qualified member functions 2020-04-22 20:57:38 +01:00
A64 A64: Implement LDNP/STNP 2020-04-22 20:58:10 +01:00
decoder decoders: Cast to correctly-sized type before shifting 2020-04-22 20:55:50 +01:00
ir IR: Implement FPVectorMulX 2020-04-22 20:57:37 +01:00