Skip to content

Commit

Permalink
Add RVV vrgatherei16.vv instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Jul 26, 2020
1 parent 8f04b60 commit 6763fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/rocket/Instructions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ object Instructions {
def VOR_VV = BitPat("b001010???????????000?????1010111")
def VXOR_VV = BitPat("b001011???????????000?????1010111")
def VRGATHER_VV = BitPat("b001100???????????000?????1010111")
def VRGATHEREI16_VV = BitPat("b001110???????????000?????1010111")
def VADC_VVM = BitPat("b0100000??????????000?????1010111")
def VMADC_VVM = BitPat("b010001???????????000?????1010111")
def VSBC_VVM = BitPat("b0100100??????????000?????1010111")
Expand Down

0 comments on commit 6763fab

Please sign in to comment.