]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate.c
target/arm: Decode t32 simd 3reg and 2reg_scalar extension
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Mar 2018 10:45:45 +0000 (10:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Mar 2018 11:03:45 +0000 (11:03 +0000)
commit0052087efb8a5c0e29ddc2f59f8476fcdc6495b2
tree3da44459fdb656c921ec457a225c4f599bfa742a
parent638808ff8a0c0d62333822d3756e5d98f9f369c3
target/arm: Decode t32 simd 3reg and 2reg_scalar extension

Happily, the bits are in the same places compared to a32.

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