OSDN Git Service

target-arm: introduce tbflag for endianness
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 4 Mar 2016 11:30:20 +0000 (11:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Mar 2016 11:30:20 +0000 (11:30 +0000)
commit91cca2cda9823b1e7a049cb308a05104b5076cba
tree704bd5ac2ea83856a3b59dd15ea97b3857c66a8d
parentaa6489da4e297fb3ffcbc09b50afd700395b6386
target-arm: introduce tbflag for endianness

Introduce a tbflags for endianness, set based upon the CPUs current
endianness. This in turn propagates through to the disas endianness
flag.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
target-arm/translate-a64.c
target-arm/translate.c