On 2/11/20 9:37 AM, Peter Maydell wrote: > Instead of open-coding "ARM_FEATURE_AARCH64 ? aa64_predinv: aa32_predinv", > define and use an any_predinv isar_feature test function. > > Signed-off-by: Peter Maydell <[email protected]> > --- > target/arm/cpu.h | 5 +++++ > target/arm/helper.c | 9 +-------- > 2 files changed, 6 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
