On 4/16/19 5:57 AM, Peter Maydell wrote: > 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.mayd...@linaro.org> > --- > target/arm/cpu.h | 10 ++++++---- > target/arm/cpu.c | 7 +++++++ > target/arm/helper.c | 6 +++++- > target/arm/translate.c | 9 +++++++-- > 4 files changed, 25 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~