]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target/arm: New utility function to extract EC from syndrome
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2018 06:50:18 +0000 (07:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2018 06:51:36 +0000 (07:51 +0100)
commit64b91e3f890a8c221b65c6820a5ee39107ee40f5
tree289b3023def6a132a591230c9227ec094466a638
parenteadb2febf05452bd8062c4c7823d7d789142500c
target/arm: New utility function to extract EC from syndrome

Create and use a utility function to extract the EC field
from a syndrome, rather than open-coding the shift.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181012144235.19646-9-peter.maydell@linaro.org
target/arm/helper.c
target/arm/internals.h
target/arm/kvm64.c
target/arm/op_helper.c