target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flags
commitea7ac69d124c94c6e5579145e727adec9ccbefef
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Apr 2019 16:36:01 +0000 (29 17:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Apr 2019 16:36:01 +0000 (29 17:36 +0100)
treebbfab88c96e2aca57c559f5c0a19797d0f8f919c
parent7fbb535f7aeb22896fedfcf18a1eeff48165f1d7
target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flags

We are close to running out of TB flags for AArch32; we could
start using the cs_base word, but before we do that we can
economise on our usage by sharing the same bits for the VFP
VECSTRIDE field and the XScale XSCALE_CPAR field. This
works because no XScale CPU ever had VFP.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190416125744.27770-18-peter.maydell@linaro.org
target/arm/cpu.c
target/arm/cpu.h
target/arm/helper.c
target/arm/translate.c