(old) | htmldiff from- | (new) |
The ID_AA64ISAR2_EL1 characteristics are:
Provides information about the features and instructions implemented in AArch64 state.
For general information about the interpretation of the ID registers, see 'Principles of the ID scheme for fields in ID registers'.
Prior to the introduction of the features described by this register, this register was unnamed and reserved, RES0 from EL1, EL2, and EL3.
ID_AA64ISAR2_EL1 is a 64-bit register.
63 | 62 | 61 | 60 | 59 | 58 | 57 | 56 | 55 | 54 | 53 | 52 | 51 | 50 | 49 | 48 | 47 | 46 | 45 | 44 | 43 | 42 | 41 | 40 | 39 | 38 | 37 | 36 | 35 | 34 | 33 | 32 |
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
RES0 | |||||||||||||||||||||||||||||||
RES0 | PAC_frac | BC | MOPS | APA3 | GPA3 | RPRES | WFxT |
Reserved, RES0.
Indicates whether the ConstPACField() function used as part of the PAC addition returns FALSE or TRUE.
PAC_frac | Meaning |
---|---|
0b0000 | ConstPACField() returns FALSE. |
0b0001 | ConstPACField() returns TRUE. |
All other values are reserved.
FEAT_CONSTPACFIELD implements the functionality identified by 0b0001.
From Armv8.3, the permitted values are 0b0000 and 0b0001.
Indicates support for the BC instruction in AArch64 state. Defined values are:
BC | Meaning |
---|---|
0b0000 | BC instruction is not implemented. |
0b0001 | BC instruction is implemented. |
All other values are reserved.
FEAT_HBC implements the functionality identified by the value 0b0001.
From Armv8.8, the only permitted value is 0b0001.
Indicates support for the Memory Copy and Memory Set instructions in AArch64 state.
MOPS | Meaning |
---|---|
0b0000 | The Memory Copy and Memory Set instructions are not implemented in AArch64 state. |
0b0001 | The Memory Copy and Memory Set instructions are implemented in AArch64 state with the following exception. If FEAT_MTE is implemented, then SETGP*, SETGM* and SETGE* instructions are also supported. |
All other values are reserved.
FEAT_MOPS implements the functionality identified by the value 0b0001.
From Armv8.8, the only permitted value is 0b0001.
Indicates whether the QARMA3 algorithm is implemented in the PE for address authentication in AArch64 state. This applies to all Pointer Authentication instructions other than the PACGA instruction. Defined values are:
APA3 | Meaning |
---|---|
0b0000 | Address Authentication using the QARMA3 algorithm is not implemented. |
0b0001 | Address Authentication using the QARMA3 algorithm is implemented, with the HaveEnhancedPAC() and HaveEnhancedPAC2() functions returning FALSE. |
0b0010 | Address Authentication using the QARMA3 algorithm is implemented, with the HaveEnhancedPAC() function returning TRUE and the HaveEnhancedPAC2() function returning FALSE. |
0b0011 | Address Authentication using the QARMA3 algorithm is implemented, with the HaveEnhancedPAC2() function returning TRUE, the HaveFPAC() function returning FALSE, the HaveFPACCombined() function returning FALSE, and the HaveEnhancedPAC() function returning FALSE. |
0b0100 | Address Authentication using the QARMA3 algorithm is implemented, with the HaveEnhancedPAC2() function returning TRUE, the HaveFPAC() function returning TRUE, the HaveFPACCombined() function returning FALSE, and the HaveEnhancedPAC() function returning FALSE. |
0b0101 | Address Authentication using the QARMA3 algorithm is implemented, with the HaveEnhancedPAC2() function returning TRUE, the HaveFPAC() function returning TRUE, the HaveFPACCombined() function returning TRUE, and the HaveEnhancedPAC() function returning FALSE. |
All other values are reserved.
FEAT_PAuth implements the functionality identified by 0b0001.
FEAT_EPAC implements the functionality identified by 0b0010.
FEAT_PAuth2 implements the functionality identified by 0b0011.
FEAT_FPAC implements the functionality identified by 0b0100.
FEAT_FPACCOMBINE implements the functionality identified by 0b0101.
When this field is non-zero, FEAT_PACQARMA3 is implemented.
In Armv8.3, the permitted values are 0b0000, 0b0001, 0b0010, 0b0011, 0b0100, and 0b0101.
From Armv8.6, the permitted values are 0b0011, 0b0100, and 0b0101.
If the value of ID_AA64ISAR1_EL1.API is non-zero, or the value of ID_AA64ISAR1_EL1.APA is non-zero, this field must have the value 0b0000.
Indicates whether the QARMA3 algorithm is implemented in the PE for generic code authentication in AArch64 state. Defined values are:
GPA3 | Meaning |
---|---|
0b0000 | Generic Authentication using the QARMA3 algorithm is not implemented. |
0b0001 | Generic Authentication using the QARMA3 algorithm is implemented. This includes the PACGA instruction. |
All other values are reserved.
FEAT_PACQARMA3 implements the functionality identified by 0b0001.
From Armv8.3, the permitted values are 0b0000 and 0b0001.
If the value of ID_AA64ISAR1_EL1.GPI is non-zero, or the value of ID_AA64ISAR1_EL1.GPA is non-zero, this field must have the value 0b0000.
When FPCR.AH is 1, indicates support for 12 bits of mantissa in reciprocal and reciprocal square root instructions in AArch64 state. Defined values are:
RPRES | Meaning |
---|---|
0b0000 | Reciprocal and reciprocal square root estimates give 8 bits of mantissa. |
0b0001 | Reciprocal and reciprocal square root estimates give 12 bits of mantissa. |
All other values are reserved.
FEAT_RPRES implements the functionality identified by the value 0b0001.
From Armv8.7, if Advanced SIMD and floating-point is implemented, the only permitted value is 0b0001.
Indicates support for the WFET and WFIT instructions in AArch64 state. Defined values are:
WFxT | Meaning |
---|---|
0b0000 | WFET and WFIT are not supported. |
| |
0b0010 | WFET and WFIT are supported, and the register number is reported in the ESR_ELx on exceptions. |
All other values are reserved.
FEAT_WFxT implements the functionality identified by the value 0b00100b0001.
From Armv8.7, the permitted values are 0b0001 and 0b0010.
Arm deprecates not implementing FEAT_WFxT2.
From Armv8.7, the only permitted value is 0b0010.
FEAT_WFxT2 implements the functionality identified by the value 0b0010.
Accesses to this register use the following encodings in the System register encoding space:
op0 | op1 | CRn | CRm | op2 |
---|---|---|---|---|
0b11 | 0b000 | 0b0000 | 0b0110 | 0b010 |
if PSTATE.EL == EL0 then if IsFeatureImplemented(FEAT_IDST) then if EL2Enabled() && HCR_EL2.TGE == '1' then AArch64.SystemAccessTrap(EL2, 0x18); else AArch64.SystemAccessTrap(EL1, 0x18); else UNDEFINED; elsif PSTATE.EL == EL1 then if EL2Enabled() && HCR_EL2.TID3 == '1' then AArch64.SystemAccessTrap(EL2, 0x18); else return ID_AA64ISAR2_EL1; elsif PSTATE.EL == EL2 then return ID_AA64ISAR2_EL1; elsif PSTATE.EL == EL3 then return ID_AA64ISAR2_EL1;
3020/09/2021 1412:5237; 092b4e1bbfbb45a293b198f9330c5f529ead2b0fd4a233ffbdfb36e47856c443a7ce9a85f5e501ca
Copyright © 2010-2021 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.
(old) | htmldiff from- | (new) |