]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Expand vector registers for SVE
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Feb 2018 10:40:31 +0000 (10:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Feb 2018 10:40:31 +0000 (10:40 +0000)
commitc39c2b9043ec59516c80f2c6f3e8193e99d04d4b
tree97384fba41ae368adb6a4cb19a61284ec8ef256d
parent4cbca7d9b4de5ecf6a8447b2eba89d591717f6c4
target/arm: Expand vector registers for SVE

Change vfp.regs as a uint64_t to vfp.zregs as an ARMVectorReg.
The previous patches have made the change in representation
relatively painless.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20180123035349.24538-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/machine.c
target/arm/translate-a64.c
target/arm/translate.c