On Fri, 16 Apr 2021 at 20:04, Richard Henderson <[email protected]> wrote: > > We're about to split tbflags into two parts. These macros > will ensure that the correct part is used with the correct > set of bits. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/cpu.h | 22 +++++++++- > target/arm/helper-a64.c | 2 +- > target/arm/helper.c | 85 +++++++++++++++++--------------------- > target/arm/translate-a64.c | 36 ++++++++-------- > target/arm/translate.c | 48 ++++++++++----------- > 5 files changed, 101 insertions(+), 92 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
