This is a collection of Intel®’ IA32® Software Developer's Manuals (URL of the day) and AMD' AMD64 Architecture Programmer's Manual together with the related specifications, application notes, white papers, and change logs. The collection aims to keep all available revisions. It was originally created by Michal Necasek, see OS/2 Museum.

If you have a public document, related to the IA32® specifications and missing from the collection, please mail it to me. The content of this URL and all sub-ULRs is available for convenient bulk download by rsync x86docs password "" (empty).

SVCR

SVCR, Streaming Vector Control Register

The SVCR characteristics are:

Purpose

Allows access to the Streaming SVE mode in PSTATE.SM, and the SME storage enable in PSTATE.ZA.

Configuration

This register is present only when FEAT_SME is implemented and FEAT_AA64 is implemented. Otherwise, direct accesses to SVCR are UNDEFINED.

Attributes

SVCR is a 64-bit register.

Field descriptions

6362616059585756555453525150494847464544434241403938373635343332
313029282726252423222120191817161514131211109876543210
RES0
RES0ZASM

Bits [63:2]

Reserved, RES0.

ZA, bit [1]

Access to PSTATE.ZA, SME storage enable.

When this storage is disabled, execution of an instruction which can access it is trapped. The exception is reported using an ESR_ELx.{EC, SMTC} value of {0x1D, 0x3}.

The possible values of this bit are:

ZAMeaning
0b0

SME ZA storage and, if implemented, ZT0 storage are invalid and not accessible.

This control causes execution at any Exception level of instructions that can access this storage to be trapped.

0b1

SME ZA storage and, if implemented, ZT0 storage are valid and accessible.

This control does not cause execution of any instructions to be trapped.

When a write to SVCR.ZA changes the value of PSTATE.ZA from 0 to 1, all implemented bits of the storage are set to zero.

Changes to this field do not have an effect on the SVE vector and predicate registers and FPSR.

A direct or indirect read of ZA appears to occur in program order relative to a direct write of SVCR, and to MSR SVCRZA and MSR SVCRSMZA instructions, without the need for explicit synchronization.

The reset behavior of this field is:

SM, bit [0]

Access to PSTATE.SM, Streaming SVE mode.

When the PE is in Streaming SVE mode, the Streaming SVE vector length (SVL) applies to SVE instructions, and execution at any Exception level of an instruction which is illegal in that mode is trapped. The exception is reported using an ESR_ELx.{EC, SMTC} value of {0x1D, 0x1}.

When the PE is not in Streaming SVE mode, the SVE vector length (VL) applies to SVE instructions, and execution at any Exception level of an instruction which is only legal in that mode is trapped. The exception is reported using an ESR_ELx.{EC, SMTC} value of {0x1D, 0x2}.

The possible values of this bit are:

SMMeaning
0b0

The PE is not in Streaming SVE mode.

0b1

The PE is in Streaming SVE mode.

When a write to SVCR.SM changes the value of PSTATE.SM, the following applies:

Changes to this field do not have an effect on SME ZA storage or, if implemented, ZT0 storage.

A direct or indirect read of SM appears to occur in program order relative to a direct write of SVCR, and to MSR SVCRSM and MSR SVCRSMZA instructions, without the need for explicit synchronization.

The reset behavior of this field is:

Accessing SVCR

SVCR is read/write and can be accessed from any Exception level.

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

MRS <Xt>, SVCR

op0op1CRnCRmop2
0b110b0110b01000b00100b010

if !(IsFeatureImplemented(FEAT_SME) && IsFeatureImplemented(FEAT_AA64)) then Undefined(); elsif PSTATE.EL == EL0 then if HaveEL(EL3) && EL3SDDUndefPriority() && CPTR_EL3().ESM == '0' then Undefined(); elsif !ELIsInHost(EL0) && CPACR_EL1().SMEN != '11' then if EL2Enabled() && HCR_EL2().TGE == '1' then AArch64_SystemAccessTrap(EL2, 0x1D); else AArch64_SystemAccessTrap(EL1, 0x1D); end; elsif ELIsInHost(EL0) && CPTR_EL2().SMEN != '11' then AArch64_SystemAccessTrap(EL2, 0x1D); elsif ELIsInHost(EL2) && CPTR_EL2().SMEN IN {'x0'} then AArch64_SystemAccessTrap(EL2, 0x1D); elsif EL2Enabled() && !ELIsInHost(EL2) && CPTR_EL2().TSM == '1' then AArch64_SystemAccessTrap(EL2, 0x1D); elsif HaveEL(EL3) && CPTR_EL3().ESM == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x1D); end; else X{64}(t) = SVCR(); end; elsif PSTATE.EL == EL1 then if HaveEL(EL3) && EL3SDDUndefPriority() && CPTR_EL3().ESM == '0' then Undefined(); elsif CPACR_EL1().SMEN IN {'x0'} then AArch64_SystemAccessTrap(EL1, 0x1D); elsif EL2Enabled() && !ELIsInHost(EL2) && CPTR_EL2().TSM == '1' then AArch64_SystemAccessTrap(EL2, 0x1D); elsif ELIsInHost(EL2) && CPTR_EL2().SMEN IN {'x0'} then AArch64_SystemAccessTrap(EL2, 0x1D); elsif HaveEL(EL3) && CPTR_EL3().ESM == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x1D); end; else X{64}(t) = SVCR(); end; elsif PSTATE.EL == EL2 then if HaveEL(EL3) && EL3SDDUndefPriority() && CPTR_EL3().ESM == '0' then Undefined(); elsif !ELIsInHost(EL2) && CPTR_EL2().TSM == '1' then AArch64_SystemAccessTrap(EL2, 0x1D); elsif ELIsInHost(EL2) && CPTR_EL2().SMEN IN {'x0'} then AArch64_SystemAccessTrap(EL2, 0x1D); elsif HaveEL(EL3) && CPTR_EL3().ESM == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x1D); end; else X{64}(t) = SVCR(); end; elsif PSTATE.EL == EL3 then if CPTR_EL3().ESM == '0' then AArch64_SystemAccessTrap(EL3, 0x1D); else X{64}(t) = SVCR(); end; end;

MSR SVCR, <Xt>

op0op1CRnCRmop2
0b110b0110b01000b00100b010

if !(IsFeatureImplemented(FEAT_SME) && IsFeatureImplemented(FEAT_AA64)) then Undefined(); elsif PSTATE.EL == EL0 then if HaveEL(EL3) && EL3SDDUndefPriority() && CPTR_EL3().ESM == '0' then Undefined(); elsif !ELIsInHost(EL0) && CPACR_EL1().SMEN != '11' then if EL2Enabled() && HCR_EL2().TGE == '1' then AArch64_SystemAccessTrap(EL2, 0x1D); else AArch64_SystemAccessTrap(EL1, 0x1D); end; elsif ELIsInHost(EL0) && CPTR_EL2().SMEN != '11' then AArch64_SystemAccessTrap(EL2, 0x1D); elsif ELIsInHost(EL2) && CPTR_EL2().SMEN IN {'x0'} then AArch64_SystemAccessTrap(EL2, 0x1D); elsif EL2Enabled() && !ELIsInHost(EL2) && CPTR_EL2().TSM == '1' then AArch64_SystemAccessTrap(EL2, 0x1D); elsif HaveEL(EL3) && CPTR_EL3().ESM == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x1D); end; else SVCR() = X{64}(t); end; elsif PSTATE.EL == EL1 then if HaveEL(EL3) && EL3SDDUndefPriority() && CPTR_EL3().ESM == '0' then Undefined(); elsif CPACR_EL1().SMEN IN {'x0'} then AArch64_SystemAccessTrap(EL1, 0x1D); elsif EL2Enabled() && !ELIsInHost(EL2) && CPTR_EL2().TSM == '1' then AArch64_SystemAccessTrap(EL2, 0x1D); elsif ELIsInHost(EL2) && CPTR_EL2().SMEN IN {'x0'} then AArch64_SystemAccessTrap(EL2, 0x1D); elsif HaveEL(EL3) && CPTR_EL3().ESM == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x1D); end; else SVCR() = X{64}(t); end; elsif PSTATE.EL == EL2 then if HaveEL(EL3) && EL3SDDUndefPriority() && CPTR_EL3().ESM == '0' then Undefined(); elsif !ELIsInHost(EL2) && CPTR_EL2().TSM == '1' then AArch64_SystemAccessTrap(EL2, 0x1D); elsif ELIsInHost(EL2) && CPTR_EL2().SMEN IN {'x0'} then AArch64_SystemAccessTrap(EL2, 0x1D); elsif HaveEL(EL3) && CPTR_EL3().ESM == '0' then if EL3SDDUndef() then Undefined(); else AArch64_SystemAccessTrap(EL3, 0x1D); end; else SVCR() = X{64}(t); end; elsif PSTATE.EL == EL3 then if CPTR_EL3().ESM == '0' then AArch64_SystemAccessTrap(EL3, 0x1D); else SVCR() = X{64}(t); end; end;

MSR SVCRSM, #<imm>

op0op1CRnCRmop2
0b000b0110b01000b001x0b011

MSR SVCRZA, #<imm>

op0op1CRnCRmop2
0b000b0110b01000b010x0b011

MSR SVCRSMZA, #<imm>

op0op1CRnCRmop2
0b000b0110b01000b011x0b011

2026-03-26 20:27:25, 2026-03_rel

Copyright © 2010-2026 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.