mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-27 09:45:19 +01:00
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. |
||
|---|---|---|
| .. | ||
| backend/x64 | ||
| common | ||
| frontend | ||
| ir_opt | ||
| CMakeLists.txt | ||