SB

Speculation barrier

This instruction is a barrier that controls speculation. For more information and details of the semantics, see Speculation Barrier (SB).

Encoding: System

Variants: FEAT_SB (PROFILE_R)

313029282726252423222120191817161514131211109876543210
11010101000000110011(0)(0)(0)(0)11111111
CRmopcRt

SB

Decoding algorithm

if !IsFeatureImplemented(FEAT_SB) then EndOfDecode(Decode_UNDEF);

Operation

SpeculationBarrier();

Explanations