PREFETCH.R

Prefetch Read

PREFETCH.R offset(rs1)

Hints to hardware to bring the cache block at the address into the data cache for reading.

Details

PREFETCH.R is a hint to the memory system to prefetch the cache block at rs1+offset into the data cache for a read access.

Pseudocode Operation

Prefetch(D-Cache, Read, R[rs1] + offset);

Example

PREFETCH.R 64(x10)

Encoding

Binary Layout
00000
31:27
00001
26:22
rs1
21:17
110
16:14
imm
0010011
13:7
 
Format S-Type (Hint)
Opcode 0x13
Extension Zicbop

Operands

  • rs1
    Base Address
  • offset
    Offset