NTL.P1
Non-Temporal Locality Hint (Prefetch Level 1)
NTL.P1
Hint that the target cache block will be needed, but is likely to be discarded after use (Stream data).
Encoding
Binary Layout
00000000001000000000000000110011
31:0
Operands
Related
More in Zihintntl
Reference
View in RISC-V Unprivileged ISA Specification ↗
RISC-V ISA Manual
Description
NTL.P1 hints that the following memory instruction has low temporal locality at the innermost cache level (L1). Implementations may bypass L1 on the memory access.
Operation
Hint(NonTemporal_Level1);