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:

CRm <option> Description
0001 RESERVED
0011 SM

Is equivalent to <pstatefield> SVCRSM.

0101 ZA

Is equivalent to <pstatefield> SVCRZA.

0111 [absent]

Is equivalent to <pstatefield> SVCRSMZA.

Operation

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


Internal version only: aarchmrs v2023-12_rel, pseudocode v2023-12_rel, sve v2023-12_rel ; Build timestamp: 2023-12-15T16:46

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