Skip to content

Commit

Permalink
vipu: remove useless fuOpType 'vmv_s_x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziyue-Zhang committed Apr 10, 2024
1 parent d27a408 commit 0f1c7b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/yunsuan/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ package object yunsuan {
def viota_m = "b01010000".U(OpTypeWidth.W) // viota
def vid_v = "b01010001".U(OpTypeWidth.W) // vid
// 1
def vmv_s_x = "b01010010".U(OpTypeWidth.W) // vmvsx TODO Integer Scalar Move vmv.s.x vd, rs1
def vmv_x_s = "b01010011".U(OpTypeWidth.W) // vmvxs
}

Expand Down

0 comments on commit 0f1c7b6

Please sign in to comment.