Zihintntl Instructions
4 RISC-V instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| NTL.ALL | NTL.ALL | R-Type | Hint that the subsequent store should bypass all cache levels. |
| NTL.P1 | NTL.P1 | R-Type | Hint that the target cache block will be needed, but is likely to be discarded after use (Stream data). |
| NTL.PALL | NTL.PALL | R-Type | Hint that the target data should not be cached in any level of the cache hierarchy (Transient data). |
| NTL.S1 | NTL.S1 | R-Type | Hint that the subsequent store is non-temporal (Streaming Store). |