qemu/target/arm
Peter Maydell 386bba2368 target/arm: Convert VFP comparison insns to decodetree
Convert the VFP comparison instructions to decodetree.

Note that comparison instructions should not honour the VFP
short-vector length and stride information: they are scalar-only
operations.  This applies to all the 2-operand instructions except
for VMOV, VABS, VNEG and VSQRT.  (In the old decoder this is
implemented via the "if (op == 15 && rn > 3) { veclen = 0; }" check.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2019-06-13 15:14:06 +01:00
..
Makefile.objs
arch_dump.c
arm-powerctl.c
arm-powerctl.h
arm-semi.c
arm_ldst.h
cpu-param.h
cpu-qom.h
cpu.c
cpu.h
cpu64.c
crypto_helper.c
gdbstub.c
gdbstub64.c
helper-a64.c
helper-a64.h
helper-sve.h
helper.c
helper.h
idau.h
internals.h
iwmmxt_helper.c
kvm-consts.h
kvm-stub.c
kvm.c
kvm32.c
kvm64.c
kvm_arm.h
machine.c
monitor.c
neon_helper.c
op_addsub.h
op_helper.c
pauth_helper.c
psci.c
sve.decode
sve_helper.c
trace-events
translate-a64.c
translate-a64.h
translate-sve.c
translate-vfp.inc.c target/arm: Convert VFP comparison insns to decodetree 2019-06-13 15:14:06 +01:00
translate.c target/arm: Convert VFP comparison insns to decodetree 2019-06-13 15:14:06 +01:00
translate.h
vec_helper.c
vfp-uncond.decode
vfp.decode target/arm: Convert VFP comparison insns to decodetree 2019-06-13 15:14:06 +01:00
vfp_helper.c