Skip to content

Commit

Permalink
[rocketv] fix vectorReadRs1 for cross lane instruction (vxm & vmv.s.x).
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li committed Aug 20, 2024
1 parent 22bafb1 commit 87ab3a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rocketv/src/Decoder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,8 @@ case class RocketDecodePattern(instruction: Instruction) extends DecodePattern {
case s"v${op}.vx" => true
case s"v${op}.v.x" => true
case s"v${op}.wx" => true
case s"v${op}.vxm" => true
case s"v${op}.s.x" => true
// set vl
case s"vsetvl${i}" => true
case _ => false
Expand Down

0 comments on commit 87ab3a7

Please sign in to comment.