target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1
commitceb2744b47a1ef4184dca56a158eb3156b6eba36
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Feb 2020 17:51:01 +0000 (14 17:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Feb 2020 16:07:01 +0000 (21 16:07 +0000)
treeb2696539f2a6862a640b13309c4f5395d78adb83
parent24183fb6f00ecca8b508e245c95ff50ddde3f18b
target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1

Add FIELD() definitions for the ID_AA64DFR0_EL1 and use them
where we currently have hard-coded bit values.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200214175116.9164-7-peter.maydell@linaro.org
target/arm/cpu.c
target/arm/cpu.h
target/arm/helper.c