]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper-a64.c
target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 25 Jan 2018 11:45:29 +0000 (11:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Jan 2018 11:45:29 +0000 (11:45 +0000)
commit9a2b5256ea1f68c89d5da4b54f180f576c2c82d6
tree19c1c44a16c7fb249a2bfb1e23e06fe0794e699a
parent3f68b8a5a6862f856524bb347bf348ae364dd43c
target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers

Helpers that return a pointer into env->vfp.regs so that we isolate
the logic of how to index the regs array for different cpu modes.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180119045438.28582-7-richard.henderson@linaro.org
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/signal.c
target/arm/arch_dump.c
target/arm/cpu.h
target/arm/helper-a64.c
target/arm/helper.c
target/arm/kvm32.c
target/arm/kvm64.c
target/arm/translate-a64.c
target/arm/translate.c