Enum AtomicRMWBinOp
Atomic Read-Modify-Write operation
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public enum AtomicRMWBinOp
Fields
Add | Integer addition operation |
And | Bitwise AND |
FAdd | Floating point addition |
FSub | Floating point subtraction |
Max | Max |
Min | Min |
Nand | Bitwise NAND |
Or | Bitwise OR |
Sub | Integer subtraction |
UMax | Unsigned Max |
UMin | Unsigned Min |
Xchg | Exchange operation |
Xor | Bitwise XOR |