Table of Contents

Method AtomicNand

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

AtomicNand(Value, Value)

Creates an atomic NAND instruction

public AtomicRMW AtomicNand(Value ptr, Value val)

Parameters

ptr Value

Pointer to the value to update (e.g. destination and the left hand operand)

val Value

Right hand side operand

Returns

AtomicRMW

AtomicRMW