← Home

S3_<op1>_<Cn>_<Cm>_<op2>

IMPLEMENTATION DEFINED Registers

This area of the instruction set space is reserved for IMPLEMENTATION DEFINED registers.

Configuration

This register is present only when FEAT_AA64 is implemented. Otherwise, direct accesses to S3_<op1>_<Cn>_<Cm>_<op2> are UNDEFINED.

When FEAT_SYSREG128 is implemented, each register in this space is a 128-bit register that can also be accessed as a 64-bit value. If it is accessed as a 64-bit register, accesses read and write bits [63:0] and do not modify bits [127:64].

Attributes

S3_<op1>_<Cn>_<Cm>_<op2> is a:

Field descriptions

When FEAT_SYSREG128 is implemented:

12712612512412312212112011911811711611511411311211111010910810710610510410310210110099989796
IMPLEMENTATION DEFINED
9594939291908988878685848382818079787776757473727170696867666564
IMPLEMENTATION DEFINED
6362616059585756555453525150494847464544434241403938373635343332
IMPLEMENTATION DEFINED
313029282726252423222120191817161514131211109876543210
IMPLEMENTATION DEFINED

IMPLEMENTATION DEFINED, bits [127:0]:

IMPLEMENTATION DEFINED.

Otherwise:

6362616059585756555453525150494847464544434241403938373635343332
313029282726252423222120191817161514131211109876543210
IMPLEMENTATION DEFINED
IMPLEMENTATION DEFINED

IMPLEMENTATION DEFINED, bits [63:0]:

IMPLEMENTATION DEFINED.

Access Instructions

Accesses to this register use the following encodings in the System register encoding space:

MRS <Xt>, S3_<op1>_C<Cn>_C<Cm>_<op2>

(op0 = 0b11, op1 = op1[2:0], CRn = 0b1x11, CRm = Cm[3:0], op2 = op2[2:0])

if !IsFeatureImplemented(FEAT_AA64) then Undefined(); elsif PSTATE.EL == EL0 then if EffectivelyAtEL0NotInHost() && SCTLR_EL1().TIDCP == '1' then AArch64_SystemAccessTraptoEL1orEL2(0x18); elsif EffectivelyAtEL0InHost() && SCTLR_EL2().TIDCP == '1' then AArch64_SystemAccessTrap(EL2, 0x18); else AArch64_ImpDefSysRegRead(op0, op1, CRn, CRm, op2, t); end; elsif PSTATE.EL == EL1 then if EL2Enabled() && HCR_EL2().TIDCP == '1' then AArch64_SystemAccessTrap(EL2, 0x18); else AArch64_ImpDefSysRegRead(op0, op1, CRn, CRm, op2, t); end; elsif PSTATE.EL == EL2 then AArch64_ImpDefSysRegRead(op0, op1, CRn, CRm, op2, t); elsif PSTATE.EL == EL3 then AArch64_ImpDefSysRegRead(op0, op1, CRn, CRm, op2, t); end;

MSR S3_<op1>_C<Cn>_C<Cm>_<op2>, <Xt>

(op0 = 0b11, op1 = op1[2:0], CRn = 0b1x11, CRm = Cm[3:0], op2 = op2[2:0])

if !IsFeatureImplemented(FEAT_AA64) then Undefined(); elsif PSTATE.EL == EL0 then if EffectivelyAtEL0NotInHost() && SCTLR_EL1().TIDCP == '1' then AArch64_SystemAccessTraptoEL1orEL2(0x18); elsif EffectivelyAtEL0InHost() && SCTLR_EL2().TIDCP == '1' then AArch64_SystemAccessTrap(EL2, 0x18); else AArch64_ImpDefSysRegWrite(op0, op1, CRn, CRm, op2, t); end; elsif PSTATE.EL == EL1 then if EL2Enabled() && HCR_EL2().TIDCP == '1' then AArch64_SystemAccessTrap(EL2, 0x18); else AArch64_ImpDefSysRegWrite(op0, op1, CRn, CRm, op2, t); end; elsif PSTATE.EL == EL2 then AArch64_ImpDefSysRegWrite(op0, op1, CRn, CRm, op2, t); elsif PSTATE.EL == EL3 then AArch64_ImpDefSysRegWrite(op0, op1, CRn, CRm, op2, t); end;

When FEAT_SYSREG128 is implemented:

MRRS <Xt>, <Xt+1>, S3_<op1>_C<Cn>_C<Cm>_<op2>

(op0 = 0b11, op1 = op1[2:0], CRn = 0b1x11, CRm = Cm[3:0], op2 = op2[2:0])

if !IsFeatureImplemented(FEAT_AA64) then Undefined(); elsif HaveEL(EL3) && PSTATE.EL != EL3 && EL3SDDUndefPriority() && SCR_EL3().EnIDCP128 == '0' then Undefined(); elsif PSTATE.EL == EL0 then if EffectivelyAtEL0NotInHost() && SCTLR_EL1().TIDCP == '1' then AArch64_SystemAccessTraptoEL1orEL2(0x14); elsif EffectivelyAtEL0InHost() && SCTLR_EL2().TIDCP == '1' then AArch64_SystemAccessTrap(EL2, 0x14); elsif EffectivelyAtEL0NotInHost() && (!IsSCTLR2EL1Enabled() || SCTLR2_EL1().EnIDCP128 == '0') then AArch64_SystemAccessTraptoEL1orEL2(0x14); elsif EffectivelyAtEL0InHost() && (!IsSCTLR2EL2Enabled() || SCTLR2_EL2().EnIDCP128 == '0') then AArch64_SystemAccessTrap(EL2, 0x14); elsif EL2Enabled() && EffectivelyAtEL0NotInHost() && (!IsHCRXEL2Enabled() || HCRX_EL2().EnIDCP128 == '0') then AArch64_SystemAccessTrap(EL2, 0x14); elsif HaveEL(EL3) && SCR_EL3().EnIDCP128 == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x14); end; else AArch64_ImpDefSysRegRead128(op0, op1, CRn, CRm, op2, t, t2); end; elsif PSTATE.EL == EL1 then if EL2Enabled() && HCR_EL2().TIDCP == '1' then AArch64_SystemAccessTrap(EL2, 0x14); elsif EL2Enabled() && (!IsHCRXEL2Enabled() || HCRX_EL2().EnIDCP128 == '0') then AArch64_SystemAccessTrap(EL2, 0x14); elsif HaveEL(EL3) && SCR_EL3().EnIDCP128 == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x14); end; else AArch64_ImpDefSysRegRead128(op0, op1, CRn, CRm, op2, t, t2); end; elsif PSTATE.EL == EL2 then if HaveEL(EL3) && SCR_EL3().EnIDCP128 == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x14); end; else AArch64_ImpDefSysRegRead128(op0, op1, CRn, CRm, op2, t, t2); end; elsif PSTATE.EL == EL3 then AArch64_ImpDefSysRegRead128(op0, op1, CRn, CRm, op2, t, t2); end;

When FEAT_SYSREG128 is implemented:

MSRR S3_<op1>_C<Cn>_C<Cm>_<op2>, <Xt>, <Xt+1>

(op0 = 0b11, op1 = op1[2:0], CRn = 0b1x11, CRm = Cm[3:0], op2 = op2[2:0])

if !IsFeatureImplemented(FEAT_AA64) then Undefined(); elsif HaveEL(EL3) && PSTATE.EL != EL3 && EL3SDDUndefPriority() && SCR_EL3().EnIDCP128 == '0' then Undefined(); elsif PSTATE.EL == EL0 then if EffectivelyAtEL0NotInHost() && SCTLR_EL1().TIDCP == '1' then AArch64_SystemAccessTraptoEL1orEL2(0x14); elsif EffectivelyAtEL0InHost() && SCTLR_EL2().TIDCP == '1' then AArch64_SystemAccessTrap(EL2, 0x14); elsif EffectivelyAtEL0NotInHost() && (!IsSCTLR2EL1Enabled() || SCTLR2_EL1().EnIDCP128 == '0') then AArch64_SystemAccessTraptoEL1orEL2(0x14); elsif EffectivelyAtEL0InHost() && (!IsSCTLR2EL2Enabled() || SCTLR2_EL2().EnIDCP128 == '0') then AArch64_SystemAccessTrap(EL2, 0x14); elsif EL2Enabled() && EffectivelyAtEL0NotInHost() && (!IsHCRXEL2Enabled() || HCRX_EL2().EnIDCP128 == '0') then AArch64_SystemAccessTrap(EL2, 0x14); elsif HaveEL(EL3) && SCR_EL3().EnIDCP128 == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x14); end; else AArch64_ImpDefSysRegWrite128(op0, op1, CRn, CRm, op2, t, t2); end; elsif PSTATE.EL == EL1 then if EL2Enabled() && HCR_EL2().TIDCP == '1' then AArch64_SystemAccessTrap(EL2, 0x14); elsif EL2Enabled() && (!IsHCRXEL2Enabled() || HCRX_EL2().EnIDCP128 == '0') then AArch64_SystemAccessTrap(EL2, 0x14); elsif HaveEL(EL3) && SCR_EL3().EnIDCP128 == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x14); end; else AArch64_ImpDefSysRegWrite128(op0, op1, CRn, CRm, op2, t, t2); end; elsif PSTATE.EL == EL2 then if HaveEL(EL3) && SCR_EL3().EnIDCP128 == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x14); end; else AArch64_ImpDefSysRegWrite128(op0, op1, CRn, CRm, op2, t, t2); end; elsif PSTATE.EL == EL3 then AArch64_ImpDefSysRegWrite128(op0, op1, CRn, CRm, op2, t, t2); end;


Version 2026.06 — Copyright © 2010-2026 Arm Limited or its affiliates.

This site is provided as a community resource and is NOT affiliated with nor endorsed by Arm Limited.