]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Gate "miscellaneous FP" insns by ID register field
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Feb 2019 10:55:16 +0000 (10:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Feb 2019 11:03:04 +0000 (11:03 +0000)
commitc0c760afe800b60b48c80ddf3509fec413594778
tree24803174754f6d04204e3e61921e76c1ec73c6f6
parent602f6e42cfbfe9278be34e9b91d2ceb695837e02
target/arm: Gate "miscellaneous FP" insns by ID register field

There is a set of VFP instructions which we implement in
disas_vfp_v8_insn() and gate on the ARM_FEATURE_V8 bit.
These were all first introduced in v8 for A-profile, but in
M-profile they appeared in v7M. Gate them on the MVFR2
FPMisc field instead, and rename the function appropriately.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190222170936.13268-3-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/translate.c