PR gas/15069
* tic6x-opcode-table.h: Fix encoding of BNOP instruction. * gas/tic6x/insns-c674x-pcrel.s: Add test of BNOP instruction within header based fetch packet. * gas/tic6x/insns-c674x-pcrel.d: Update expected disassembly.
This commit is contained in:
parent
bc30df1657
commit
0c9573f43c
5 changed files with 69 additions and 1 deletions
|
@ -436,7 +436,7 @@ INSN(bnop, s, branch_nop_cst, branch, C64X,
|
|||
TIC6X_FLAG_NO_CROSS|TIC6X_FLAG_MCNOP,
|
||||
FIX0(),
|
||||
OP2(OLCST, OACST),
|
||||
ENC3(ENC(s, fu, 0), ENC(src2, pcrel, 0), ENC(src1, ucst, 1)))
|
||||
ENC3(ENC(s, fu, 0), ENC(src2, pcrel_half, 0), ENC(src1, ucst, 1)))
|
||||
INSN(bnop, nfu, s_branch_nop_cst, branch, C64XP,
|
||||
TIC6X_FLAG_NO_CROSS|TIC6X_FLAG_MACRO|TIC6X_FLAG_MCNOP,
|
||||
FIX1(FIX(s, 0)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue