Skip to content

Commit

Permalink
Remove duplicate zimm
Browse files Browse the repository at this point in the history
Signed-off-by: Jiuyang Liu <[email protected]>
  • Loading branch information
sequencer authored Sep 24, 2023
1 parent 2a95ee7 commit d52c34c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@
arg_lut['imm4'] = (23, 20)
arg_lut['imm5'] = (24, 20)
arg_lut['imm6'] = (25, 20)
arg_lut['zimm'] = (19, 15)
arg_lut['opcode'] = (6,0)
arg_lut['funct7'] = (31,25)

Expand Down

0 comments on commit d52c34c

Please sign in to comment.