qemu/target/hppa
Richard Henderson eaa3783b68 target/hppa: Split address size from register size
For system mode, we will need 64-bit virtual addresses even when
we have 32-bit register sizes.  Since the rest of QEMU equates
TARGET_LONG_BITS with the address size, redefine everything
related to register size in terms of a new TARGET_REGISTER_BITS.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2018-01-30 10:08:18 -08:00
..
cpu-qom.h target-hppa: Add framework and enable compilation 2017-01-23 09:52:40 -08:00
cpu.c target/hppa: Skeleton support for hppa-softmmu 2018-01-30 10:08:18 -08:00
cpu.h target/hppa: Split address size from register size 2018-01-30 10:08:18 -08:00
gdbstub.c target/hppa: Split address size from register size 2018-01-30 10:08:18 -08:00
helper.c target/hppa: Split address size from register size 2018-01-30 10:08:18 -08:00
helper.h target/hppa: Split address size from register size 2018-01-30 10:08:18 -08:00
Makefile.objs target/hppa: Skeleton support for hppa-softmmu 2018-01-30 10:08:18 -08:00
mem_helper.c target/hppa: Define hardware exception types 2018-01-30 10:08:18 -08:00
op_helper.c target/hppa: Split address size from register size 2018-01-30 10:08:18 -08:00
translate.c target/hppa: Split address size from register size 2018-01-30 10:08:18 -08:00