Skip to content

Commit

Permalink
Make prefetch.i use pcc instead of ddc in integer mode (#319)
Browse files Browse the repository at this point in the history
Fixes #318
  • Loading branch information
andresag01 authored Jul 10, 2024
1 parent 8f252ca commit ffd9d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/insns/prefetch.i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ effective address is the sum of the base address specified in `rs1` and the
sign-extended offset encoded in imm[11:0], where imm[4:0] equals 0b00000, is
likely to be accessed by an instruction fetch in the near future. The encoding
is only valid if imm[4:0]=0. The authorising capability for this operation is
<<ddc>>.
<<pcc>>.

:prefetch_insn: PREFETCH.I
:prefetch_perm: <<x_perm>>
Expand Down

0 comments on commit ffd9d11

Please sign in to comment.