forked from Imagelibrary/binutils-gdb
opcodes: blackfin: fix decoding of ABS
The single cycle dual mac ABS insn was incorrectly decoding the mac1 part of the insn. Once we fix the decode, update the gas tests to have the correct output. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -3476,7 +3476,7 @@ decode_dsp32alu_0 (TIword iw0, TIword iw1, disassemble_info *outf)
|
||||
OUTS (outf, " = (A0 += A1)");
|
||||
}
|
||||
else if (aop == 3 && HL == 0 && aopcde == 16)
|
||||
OUTS (outf, "A1 = ABS A0, A0 = ABS A0");
|
||||
OUTS (outf, "A1 = ABS A1, A0 = ABS A0");
|
||||
|
||||
else if (aop == 0 && aopcde == 23 && HL == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user