SMSTART

Enables access to Streaming SVE mode and SME architectural state.

SMSTART enters Streaming SVE mode, and enables the SME ZA storage.

SMSTART SM enters Streaming SVE mode, but does not enable the SME ZA storage.

SMSTART ZA enables the SME ZA storage, but does not cause an entry to Streaming SVE mode.

This is an alias of MSR (immediate). This means:

System
(FEAT_SME)

313029282726252423222120191817161514131211109876543210
110101010000001101000xx101111111
op1CRmop2Rt

SMSTART {<option>}

is equivalent to

MSR <pstatefield>, #1

and is always the preferred disassembly.

Assembler Symbols

<option>

Is an optional mode, encoded in CRm<3:1>:

CRm<3:1> <option> Description
000 RESERVED
001 SM

Maps to <pstatefield> SVCRSM.

010 ZA

Maps to <pstatefield> SVCRZA.

011 [absent]

Maps to <pstatefield> SVCRSMZA.

Operation

The description of MSR (immediate) gives the operational pseudocode for this instruction.


Internal version only: aarchmrs v2024-03_relA, pseudocode v2024-03_rel, sve v2024-03_rel ; Build timestamp: 2024-03-26T09:45

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