ARM: define two register utilities
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 22 Nov 2009 11:38:34 +0000 (03:38 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 22 Nov 2009 11:38:34 +0000 (03:38 -0800)
commitff810723e051ed1f86cffcb565ade6b4d1fc50c8
treebb114d521b84926cd3ce1b4975275c192a8f074a
parent5706fd7860ea01c591ecf74880a5a5e04e6df22e
ARM: define two register utilities

Define arm_reg_current() ... returning handle to a given register,
and encapsulating the current mode's register shadowing.  It's got
one current use, for reporting the current register set to GDB.
This will let later patches clean up much ARMV4_5_CORE_REG_MODE()
nastiness, saving a bit of code.

Define and use arm_set_cpsr() ... initially it updates the cached
CPSR and sets up state used by arm_reg_current(), plus any SPSR
handle.   (Later: can also set up for T and J bits.)

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