Skip to content

Commit 5736005

Browse files
authored
Merge pull request #1 from gtagliavini/fix_binutils
fix mask for nibble ops
2 parents 2c86125 + 8a98a6b commit 5736005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/opcode/riscv-opc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@
999999
#define MATCH_V_OP_ML_B_VV 0x00001077
10001000
#define MATCH_V_OP_ML_H_VV 0x00000077
10011001
#define MATCH_V_OP_ML_N_VV 0x00002077
1002-
#define MATCH_V_OP_ML_C_VV 0x02002077
1002+
#define MATCH_V_OP_ML_C_VV 0x00003077
10031003

10041004
#define MATCH_V_OP_H_VV_S0 0x00000057
10051005
#define MATCH_V_OP_H_VV_S1 0x00002057

0 commit comments

Comments
 (0)