unicorn/qemu/target/arm
Peter Maydell 9814c1722f target/arm: Convert VFM[AS]L (scalar) to decodetree
Convert the VFM[AS]L (scalar) insns in the 2reg-scalar-ext group
to decodetree. These are the last ones in the group so we can remove
all the legacy decode for the group.

Note that in disas_thumb2_insn() the parts of this encoding space
where the decodetree decoder returns false will correctly be directed
to illegal_op by the "(insn & (1 << 28))" check so they won't fall
into disas_coproc_insn() by mistake.

Backports commit d27e82f7d02f35e5919bd9cbbcb157f3537069a0 from qemu
2020-05-07 09:20:35 -04:00
..
a32-uncond.decode
a32.decode
arm-powerctl.c
arm-powerctl.h
arm_ldst.h
cpu-param.h target/arm: Don't use a TLB for ARMMMUIdx_Stage2 2020-05-07 08:40:06 -04:00
cpu-qom.h target/arm: Make cpu_register() available for other files 2020-04-30 21:38:42 -04:00
cpu.c target/arm: Implement ARMv8.2-TTS2UXN 2020-05-07 08:49:18 -04:00
cpu.h target/arm: Use uint64_t for midr field in CPU state struct 2020-05-07 08:51:28 -04:00
cpu64.c target/arm: Use correct variable for setting 'max' cpu's ID_AA64DFR0 2020-05-07 08:50:40 -04:00
crypto_helper.c
debug_helper.c
helper-a64.c
helper-a64.h
helper-sve.h
helper.c target/arm: Implement ARMv8.2-TTS2UXN 2020-05-07 08:49:18 -04:00
helper.h target/arm: Vectorize integer comparison vs zero 2020-04-30 21:29:17 -04:00
internals.h
iwmmxt_helper.c
kvm-consts.h
m_helper.c
Makefile.objs target/arm: Add stubs for AArch32 Neon decodetree 2020-05-07 08:59:42 -04:00
neon-dp.decode target/arm: Add stubs for AArch32 Neon decodetree 2020-05-07 08:59:42 -04:00
neon-ls.decode target/arm: Add stubs for AArch32 Neon decodetree 2020-05-07 08:59:42 -04:00
neon-shared.decode target/arm: Convert VFM[AS]L (scalar) to decodetree 2020-05-07 09:20:35 -04:00
neon_helper.c target/arm: Vectorize integer comparison vs zero 2020-04-30 21:29:17 -04:00
op_addsub.h
op_helper.c
pauth_helper.c
psci.c
sve.decode
sve_helper.c
t16.decode
t32.decode
tlb_helper.c
translate-a64.c target/arm: Vectorize integer comparison vs zero 2020-04-30 21:29:17 -04:00
translate-a64.h
translate-neon.inc.c target/arm: Convert VFM[AS]L (scalar) to decodetree 2020-05-07 09:20:35 -04:00
translate-sve.c
translate-vfp.inc.c target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check 2020-05-07 08:52:42 -04:00
translate.c target/arm: Convert VFM[AS]L (scalar) to decodetree 2020-05-07 09:20:35 -04:00
translate.h target/arm: Vectorize integer comparison vs zero 2020-04-30 21:29:17 -04:00
unicorn.h
unicorn_aarch64.c
unicorn_arm.c
vec_helper.c target/arm: Vectorize integer comparison vs zero 2020-04-30 21:29:17 -04:00
vfp-uncond.decode
vfp.decode
vfp_helper.c