_aor_i32
Classification
Other, Arithmetic, CPUID Test: RAO_INT
Header File
Instruction
AOR m32, r32
Synopsis
_aor_i32(int* __A, int __B);
Description
Atomically or 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] OR __B[31:0]