Skip to content

Commit 87f69af

Browse files
kolerovShahab Vahedi
authored andcommitted
arc64: Put DBNZ instruction to a separate class
Put DBNZ instruction to a DBNZ class as it done for arc-elf32. Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
1 parent fa437bd commit 87f69af

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
@@ -3191,7 +3191,7 @@
31913191
{ "cmp_s", 0x000070D7, 0x0000F8FF,ARC_OPCODE_ARC32 | ARC_OPCODE_ARC64, ARITH, NONE, { LIMM_S, SIMM3_5_S }, { 0 }},
31923192

31933193
/* dbnz<.d> b,s13 00100bbb1000110N0BBBssssssSSSSSS. */
3194-
{ "dbnz", 0x208C0000, 0xF8FE8000,ARC_OPCODE_ARC32 | ARC_OPCODE_ARC64, BRANCH, NONE, { RB, SIMM13_A16_20 }, { C_DNZ_D }},
3194+
{ "dbnz", 0x208C0000, 0xF8FE8000,ARC_OPCODE_ARC32 | ARC_OPCODE_ARC64, DBNZ, NONE, { RB, SIMM13_A16_20 }, { C_DNZ_D }},
31953195

31963196
/* div<.f> a,b,c 00101bbb00000100FBBBCCCCCCAAAAAA. */
31973197
{ "div", 0x28040000, 0xF8FF0000,ARC_OPCODE_ARC32 | ARC_OPCODE_ARC64, DIVREM, DIV, { RA_CHK, RB, RC }, { C_F }},

0 commit comments

Comments
 (0)