Skip to content

Commit 389c307

Browse files
clazissShahab Vahedi
authored andcommitted
arc64: Fix sub_s.ne encoding
1 parent 436a5b5 commit 389c307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opcodes/arc64-tbl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9967,7 +9967,7 @@
99679967
{ "subl_s", 0x00007803, 0x0000F81F, ARC_OPCODE_ARC64, ARITH, NONE, { RB_S, RB_Sdup, RC_S }, { 0 }},
99689968

99699969
/* sub_s.NE b,b,b 01111bbb11000000. */
9970-
{ "sub_s", 0x000078C0, 0x0000F8FF,ARC_OPCODE_ARC32 | ARC_OPCODE_ARC64, SUB, NONE, { RB_S, RB_Sdup, RB_Sdup }, { C_NE }},
9970+
{ "sub_s", 0x000078C0, 0x0000F8FF,ARC_OPCODE_ARC32 | ARC_OPCODE_ARC64, SUB, NONE, { RB_S, RB_Sdup, RB_Sdup }, { C_NE, C_CC_NE }},
99719971

99729972
/* sub_s b,b,c 01111bbbccc00010. */
99739973
{ "sub_s", 0x00007802, 0x0000F81F,ARC_OPCODE_ARC32 | ARC_OPCODE_ARC64, SUB, NONE, { RB_S, RB_Sdup, RC_S }, { 0 }},

0 commit comments

Comments
 (0)