opcodes: blackfin: fix decoding of LSHIFT insns
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 20:37:25 +0000 (20:37 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 20:37:25 +0000 (20:37 +0000)
commit59a82d2333aec12b174ad37f2f385afbfe06cf45
tree7ad9710f89a2604ab319b90ab84167999ce98526
parent528c6277f7e06c1fb117ddc21ff8b518f2092358
opcodes: blackfin: fix decoding of LSHIFT insns

The Blackfin ISA does not have a "SHIFT" insn, it has either LSHIFT,
ASHIFT, or BXORSHIFT.  So be specific when disassembling.

As fall out of this change, we need to update some assembler tests.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gas/testsuite/ChangeLog
gas/testsuite/gas/bfin/parallel2.d
gas/testsuite/gas/bfin/parallel3.d
gas/testsuite/gas/bfin/shift.d
gas/testsuite/gas/bfin/vector.d
gas/testsuite/gas/bfin/vector2.d
opcodes/ChangeLog
opcodes/bfin-dis.c
This page took 0.027317 seconds and 4 git commands to generate.