OSDN Git Service

opcodes: blackfin: fix decoding of dsp mult insns
authorvapier <vapier>
Mon, 14 Feb 2011 03:54:49 +0000 (03:54 +0000)
committervapier <vapier>
Mon, 14 Feb 2011 03:54:49 +0000 (03:54 +0000)
commit05904b7e6996554c2544fed93b8a2c6045e4d12b
tree719242eb0bfd6fad62b566aba70c799fb22a46b7
parent97243143b0932e760d2686f2799fb0ee710f0ee8
opcodes: blackfin: fix decoding of dsp mult insns

When assigning to a register half, the mac0 part of the mult insn
was not decoding properly.  It would always show a full dreg instead
of the dreg low half.

Once we fix the disassembler, we have to update a few of the gas
tests as their previous expected output was incorrect.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gas/testsuite/ChangeLog
gas/testsuite/gas/bfin/arithmetic.d
gas/testsuite/gas/bfin/parallel.d
gas/testsuite/gas/bfin/parallel3.d
gas/testsuite/gas/bfin/vector.d
gas/testsuite/gas/bfin/vector2.d
opcodes/ChangeLog
opcodes/bfin-dis.c