Skip to content

Commit

Permalink
migrating Zicbo-Extension
Browse files Browse the repository at this point in the history
- all prefetch insructions have been made appropriate pseudo_ops of ori instruction
  • Loading branch information
neelgala committed Apr 8, 2022
1 parent 2d51853 commit 816ff49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opcodes-zicbo → rv_zicbo
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ cbo.inval rs1 31..20=0 14..12=2 11..7=0 6..2=0x03 1..0=3
cbo.zero rs1 31..20=4 14..12=2 11..7=0 6..2=0x03 1..0=3

# Zicbop: prefetch hint pseudoinstructions
@prefetch.i rs1 imm12hi 24..20=0 14..12=6 11..7=0 6..2=0x04 1..0=3
@prefetch.r rs1 imm12hi 24..20=1 14..12=6 11..7=0 6..2=0x04 1..0=3
@prefetch.w rs1 imm12hi 24..20=3 14..12=6 11..7=0 6..2=0x04 1..0=3
$pseudo_op rv_i::ori prefetch.i rs1 imm12hi 24..20=0 14..12=6 11..7=0 6..2=0x04 1..0=3
$pseudo_op rv_i::ori prefetch.r rs1 imm12hi 24..20=1 14..12=6 11..7=0 6..2=0x04 1..0=3
$pseudo_op rv_i::ori prefetch.w rs1 imm12hi 24..20=3 14..12=6 11..7=0 6..2=0x04 1..0=3

0 comments on commit 816ff49

Please sign in to comment.