ARM: disassemble two more v6+ instructions
commit7936ab16da93f91258e17e4699360dc3f43728ce
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 7 Dec 2009 22:46:29 +0000 (7 14:46 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 7 Dec 2009 22:57:43 +0000 (7 14:57 -0800)
tree75e92bb7d1f8fe9926095b6e59ba4617ff64a31c
parentefb93efd6f2eb7aa555e4e86e95b636003ccf37a
ARM: disassemble two more v6+ instructions

The SRS and RFE instructions speed exception entry/exit by
making it easy to save and restore PC and SPSR.  This handles
both ARM and Thumb2 encodings.

Fix minor PLD goofage; that "should never reach this point"
can't happen, so remove it.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm_disassembler.c