On 9 August 2018 at 05:21, Richard Henderson <richard.hender...@linaro.org> wrote: > Use the existing helpers to determine if (1) the fpu is enabled, > (2) sve state is enabled, and (3) the current sve vector length. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/cpu.h | 4 ++++ > target/arm/helper.c | 6 +++--- > target/arm/translate-a64.c | 8 ++++++-- > 3 files changed, 13 insertions(+), 5 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> I can't think of a reason why we'd want to look at the FPU state with the FPU disabled, so I guess this is ok... thanks -- PMM