Skip to content

LW.XOR

32-bit Base **Group:** Atomic Operation  |  Ch 14   AMO — Atomic Memory Operations  |  **Length:** 32  |  **Decode:**

Assembly Syntax

  • lw.xor<.{aq, rl, f, aqrl, aqf, rlf, aqrlf}> [SrcL], SrcR, {->t, ->u, ->Rd}

Encoding

LW.XOR encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

Atomic memory read-modify-write operation.

Pseudocode (informative)

// Execute LW.XOR as defined by the Atomic Operation semantics.

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
lw.xor<.{aq, rl, f, aqrl, aqf, rlf, aqrlf}> [SrcL], SrcR, {->t, ->u, ->Rd} 32
← [Atomic Operation](../groups/atomic_operation.md)    [Index](../index.md)    [All instructions](index.md) →