target/hppa: Implement IASQ
commitc301f34e798e2921cc4c4d1983512f1499e80996
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2017 05:53:35 +0000 (21 22:53 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 Jan 2018 18:08:18 +0000 (30 10:08 -0800)
treea51b1ab447993f8157cd42761c7edf83c66dbf67
parent660eefe1ca20ac118191bffcd23e721afec94142
target/hppa: Implement IASQ

Any one TB will have only one space value.  If we change spaces,
we change TBs.  Thus BE and BEV must exit the TB immediately.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.c
target/hppa/cpu.h
target/hppa/helper.c
target/hppa/int_helper.c
target/hppa/op_helper.c
target/hppa/translate.c