ARM: add is_arm_mode()
commit181d401d59419ec2f5a5d89e2600d9a6dbf8f9ed
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 18 Nov 2009 07:50:26 +0000 (17 23:50 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 18 Nov 2009 07:50:26 +0000 (17 23:50 -0800)
tree0a7919ba0218d5a8a81b309a7cd2acc9a7a93839
parentec93209f51afc09e273a4742dc0b5f2cefc15e76
ARM: add is_arm_mode()

Add a new is_arm_mode() predicate, and use it to replace almost
all calls to current armv4_5_mode_to_number().

Eventually those internal mode numbers should vanish... along
with their siblings in the armv7a.c file.

Remove a handful of superfluous checks ... e.g. the mode number
was just initialized, or (debug entry methods) already validated.

Move one of the macros using internal mode numbers into the only
file which uses that macro.  Make the tables manipulated with
those numbers be read-only and, where possible, static so they're
not confused with part of the generic ARM interface.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11.c
src/target/arm7_9_common.c
src/target/arm920t.c
src/target/armv4_5.c
src/target/armv4_5.h
src/target/xscale.c