_axor_i32
Classification
Other, Arithmetic, CPUID Test: RAO_INT
Header File
Instruction
AXOR m32, r32
Synopsis
_axor_i32(int* __A, int __B);
Description
Atomically xor a 32-bit value at memory operand "__A" and a 32-bit "__B", and store the result to the same memory location.
Operation
MEM[__A+31:__A] := MEM[__A+31:__A] XOR __B[31:0]