Write Memory Barrier (wmb)

Syntax

wmb

Description

Write Memory Barrier guarantees that all previous store instructions access memory before any store instructions issued after the wmb instruction.