On 23 January 2018 at 03:53, Richard Henderson <[email protected]> wrote: > Change vfp.regs as a uint64_t to vfp.zregs as an ARMVectorReg. > The previous patches have made the change in representation > relatively painless. > > Reviewed-by: Alex Bennée <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/cpu.h | 59 > +++++++++++++++++++++++++++++++--------------- > target/arm/machine.c | 35 ++++++++++++++++++++++++++- > target/arm/translate-a64.c | 8 +++---- > target/arm/translate.c | 7 +++--- > 4 files changed, 81 insertions(+), 28 deletions(-) >
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
