mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 23:11:03 +00:00
target/arm: Define ID_AA64ZFR0_EL1
Given that the only field defined for this new register may only be 0, we don't actually need to change anything except the name. Backports commit 9516d7725ec1deaa6ef5ccc5a26d005650d6c524 from qemu
This commit is contained in:
parent
d82046cafc
commit
1081e5e7a4
|
@ -4380,7 +4380,8 @@ void register_cp_regs_for_features(ARMCPU *cpu)
|
|||
PL1_R, 0, NULL, 0 },
|
||||
{ "ID_AA64PFR3_EL1_RESERVED", 0,0,4, 3,0,3, ARM_CP_STATE_AA64, ARM_CP_CONST,
|
||||
PL1_R, 0, NULL, 0,},
|
||||
{ "ID_AA64PFR4_EL1_RESERVED", 0,0,4, 3,0,4, ARM_CP_STATE_AA64, ARM_CP_CONST,
|
||||
{ "ID_AA64ZFR0_EL1", 0,0,4, 3,0,4, ARM_CP_STATE_AA64, ARM_CP_CONST,
|
||||
/* At present, only SVEver == 0 is defined anyway. */
|
||||
PL1_R, 0, NULL, 0 },
|
||||
{ "ID_AA64PFR5_EL1_RESERVED", 0,0,4, 3,0,5, ARM_CP_STATE_AA64, ARM_CP_CONST,
|
||||
PL1_R, 0, NULL, 0 },
|
||||
|
|
Loading…
Reference in a new issue