Skip to content

ANDW

32-bit Base **Group:** Arithmetic Operation 32bit  |  Ch 12   ALU — Arithmetic Logic Unit  |  **Length:** 32  |  **Decode:**

Assembly Syntax

  • andw SrcL, SrcR<{.sw,.uw,.not}><<<shamt>, ->{t, u, Rd}

Encoding

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

Description

32-bit word bitwise AND.

Pseudocode (informative)

// Execute ANDW as defined by the Arithmetic Operation 32bit semantics.

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
andw SrcL, SrcR<{.sw,.uw,.not}><<<shamt>, ->{t, u, Rd} 32
← [Arithmetic Operation 32bit](../groups/arithmetic_operation_32bit.md)    [Index](../index.md)    [All instructions](index.md) →