These 5 extensions are small, and all previous editions have
minor patch conflicts with master. Therefore, rebase them all
together for simplicity.
r~
Richard Henderson (10):
target/arm: Split out arm_sctlr
target/arm: Implement ARMv8.0-SB
target/arm: Implement ARMv8.0-PredInv
target/arm: Split helper_msr_i_pstate into 3
target/arm: Add set/clear_pstate_bits, share gen_ss_advance
target/arm: Rearrange disas_data_proc_reg
target/arm: Implement ARMv8.4-CondM
target/arm: Implement ARMv8.5-CondM
target/arm: Restructure handle_fp_1src_{single,double}
target/arm: Implement ARMv8.5-FRINT
target/arm/cpu.h | 64 ++++-
target/arm/helper-a64.h | 3 +
target/arm/helper.h | 8 +-
target/arm/internals.h | 15 ++
target/arm/translate.h | 34 +++
linux-user/elfload.c | 2 +
target/arm/cpu.c | 2 +
target/arm/cpu64.c | 6 +
target/arm/helper-a64.c | 30 +++
target/arm/helper.c | 63 ++++-
target/arm/op_helper.c | 47 ----
target/arm/translate-a64.c | 476 ++++++++++++++++++++++++++++---------
target/arm/translate.c | 33 ++-
target/arm/vfp_helper.c | 96 ++++++++
14 files changed, 688 insertions(+), 191 deletions(-)
--
2.17.2