opcodes: blackfin: fix decoding of LSHIFT insns
commite28af083763890368802e90322e6e3040fdc97ae
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 20:37:23 +0000 (22 20:37 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 20:37:23 +0000 (22 20:37 +0000)
treea9f892bd0d3abe593f910216dac263c2463071ee
parentca961694cffb9e8ffd7fe56c804937f745832433
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