RAO-INT Instructions
4 x86 instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| aadd | AADD m32, r32 | VEX | Atomically adds a value to a remote memory location. |
| aand | AAND m32, r32 | VEX | Atomically ANDs a value to a remote memory location. |
| aor | AOR m32, r32 | VEX | Atomically ORs a value to a remote memory location. |
| axor | AXOR m32, r32 | VEX | Atomically XORs a value to a remote memory location. |