AVX-512PF Instructions
8 x86 instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| vgatherpf0dpd | VGATHERPF0DPD {k1}, [base+ymm_idx] | EVEX | Prefetches doubles to L1 cache using indices. |
| vgatherpf0dps | VGATHERPF0DPS {k1}, [base+zmm_idx] | EVEX | Prefetches floats to L1 cache using indices. |
| vgatherpf0qpd | VGATHERPF0QPD {k1}, [base+zmm_idx] | EVEX | Prefetches doubles to L1 using 64-bit indices. |
| vgatherpf0qps | VGATHERPF0QPS {k1}, [base+zmm_idx] | EVEX | Prefetches floats to L1 using 64-bit indices. |
| vscatterpf0dpd | VSCATTERPF0DPD {k1}, [base+ymm_idx] | EVEX | Prefetches lines for scatter write (L1, Double). |
| vscatterpf0dps | VSCATTERPF0DPS {k1}, [base+zmm_idx] | EVEX | Prefetches cache lines for scatter write (L1). |
| vscatterpf0qpd | VSCATTERPF0QPD {k1}, [base+zmm_idx] | EVEX | Prefetches lines for scatter write (L1, Double, 64-bit idx). |
| vscatterpf0qps | VSCATTERPF0QPS {k1}, [base+zmm_idx] | EVEX | Prefetches lines for scatter write (L1, 64-bit idx). |