Opcodes for the DXIL AtomicBinOp op (78). Values must match the DXIL specification.
Synopsis
Declared in <llvm/Support/DXILABI.h>
enum class AtomicBinOpCode : uint32_t;
Members
Name |
Description |
|
Atomic add. |
|
Atomic bitwise AND. |
|
Atomic bitwise OR. |
|
Atomic bitwise XOR. |
|
Atomic signed minimum. |
|
Atomic signed maximum. |
|
Atomic unsigned minimum. |
|
Atomic unsigned maximum. |
|
Atomic exchange. |
Created with MrDocs