ZERO (table)
Zero ZT0
Zero all bytes of the ZT0 register.
This instruction does not require the PE to be in Streaming SVE mode, and it is expected that this instruction will not experience a significant slowdown due to contention with other PEs that are executing in Streaming SVE mode.
Green
False
True
1
1
0
0
0
0
0
0
0
1
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
ZERO { ZT0 }
if !IsFeatureImplemented(FEAT_SME2) then UNDEFINED;
CheckSMEEnabled();
CheckSMEZT0Enabled();
if IsFeatureImplemented(FEAT_TME) && TSTATE.depth > 0 then
FailTransaction(TMFailure_ERR, FALSE);
ZT0[512] = Zeros(512);