qemu-e2k/target/arm
Richard Henderson 79cabf1f47 target/arm: Recover 4 bits from TBFLAGs
We had completely run out of TBFLAG bits.
Split A- and M-profile bits into two overlapping buckets.
This results in 4 free bits.

We used to initialize all of the a32 and m32 fields in DisasContext
by assignment, in arm_tr_init_disas_context.  Now we only initialize
either the a32 or m32 by assignment, because the bits overlap in
tbflags.  So zero the entire structure in gen_intermediate_code.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200206105448.4726-16-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2020-02-07 14:04:23 +00:00
..
a32-uncond.decode
a32.decode
arch_dump.c target/arm/arch_dump: Add SVE notes 2020-01-23 15:34:04 +00:00
arm_ldst.h
arm-powerctl.c arm/arm-powerctl: rebuild hflags after setting CP15 bits in arm_set_cpu_on() 2019-12-20 14:03:00 +00:00
arm-powerctl.h
arm-semi.c target/arm/arm-semi: Don't let the guest close stdin/stdout/stderr 2020-01-30 16:02:01 +00:00
cpu64.c target/arm/cpu: Add the kvm-no-adjvtime CPU property 2020-01-30 16:02:06 +00:00
cpu-param.h
cpu-qom.h
cpu.c target/arm/cpu: Add the kvm-no-adjvtime CPU property 2020-01-30 16:02:06 +00:00
cpu.h target/arm: Recover 4 bits from TBFLAGs 2020-02-07 14:04:23 +00:00
crypto_helper.c
debug_helper.c target/arm: Add CONTEXTIDR_EL2 2020-02-07 14:04:21 +00:00
gdbstub64.c
gdbstub.c
helper-a64.c tcg: Search includes from the project root source directory 2020-01-15 15:13:10 -10:00
helper-a64.h
helper-sve.h
helper.c target/arm: Recover 4 bits from TBFLAGs 2020-02-07 14:04:23 +00:00
helper.h
idau.h
internals.h target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2 2020-02-07 14:04:23 +00:00
iwmmxt_helper.c
kvm32.c target/arm/kvm: Implement virtual time adjustment 2020-01-30 16:02:06 +00:00
kvm64.c target/arm/kvm: Implement virtual time adjustment 2020-01-30 16:02:06 +00:00
kvm_arm.h target/arm/cpu: Add the kvm-no-adjvtime CPU property 2020-01-30 16:02:06 +00:00
kvm-consts.h
kvm-stub.c
kvm.c target/arm/cpu: Add the kvm-no-adjvtime CPU property 2020-01-30 16:02:06 +00:00
m_helper.c target/arm: only update pc after semihosting completes 2020-01-09 11:41:29 +00:00
machine.c target/arm/kvm: Implement virtual time adjustment 2020-01-30 16:02:06 +00:00
Makefile.objs
monitor.c target/arm/monitor: query-cpu-model-expansion crashed qemu when using machine type none 2020-02-07 14:04:21 +00:00
neon_helper.c
op_addsub.h
op_helper.c target/arm: adjust program counter for wfi exception in AArch32 2020-01-17 14:27:16 +00:00
pauth_helper.c target/arm: Fix PAuth sbox functions 2020-01-23 15:22:38 +00:00
psci.c
sve_helper.c tcg: Search includes from the project root source directory 2020-01-15 15:13:10 -10:00
sve.decode
t16.decode
t32.decode
tlb_helper.c target/arm: Return correct IL bit in merge_syn_data_abort 2020-01-17 14:27:16 +00:00
trace-events
translate-a64.c target/arm: Rename ARMMMUIdx_S1SE[01] to ARMMMUIdx_SE10_[01] 2020-02-07 14:04:23 +00:00
translate-a64.h
translate-sve.c tcg: Search includes from the project root source directory 2020-01-15 15:13:10 -10:00
translate-vfp.inc.c
translate.c target/arm: Recover 4 bits from TBFLAGs 2020-02-07 14:04:23 +00:00
translate.h target/arm: Rename ARMMMUIdx_S1SE[01] to ARMMMUIdx_SE10_[01] 2020-02-07 14:04:23 +00:00
vec_helper.c
vfp_helper.c
vfp-uncond.decode
vfp.decode