PREFETCH.I
Prefetch Instruction
PREFETCH.I offset(rs1)
Hints to hardware to bring the cache block containing the instruction at the address into the instruction cache.
Details
PREFETCH.I is a hint to the memory system to prefetch the cache block at the address rs1+offset into the instruction cache.
Pseudocode Operation
Prefetch(I-Cache, R[rs1] + offset);
Example
PREFETCH.I 0(x10)
Encoding
Binary Layout
00000
31:27
00000
26:22
rs1
21:17
110
16:14
imm
0010011
13:7
Operands
-
rs1
Base Address -
offset
Offset