V.XOR¶
64-bit V. **Group:** Arithmetic Operation |
Ch 12
ALU — Arithmetic Logic Unit |
**Length:**
64 | **Decode:** —
Assembly Syntax¶
v.xor SrcL, SrcR<.not><<<shamt>, ->Dst
Encoding¶
Description¶
[64-bit V.] Bitwise XOR.
Pseudocode (informative)¶
Encoding Notes¶
No additional encoding notes.
Full Catalog Forms¶
| Assembly | Length | Decode |
|---|---|---|
v.xor SrcL, SrcR<.not><<<shamt>, ->Dst |
64 | — |
← [Arithmetic Operation](../groups/arithmetic_operation.md) [Index](../index.md) [All instructions](index.md) →