Bmi1.AndNot(UInt32, UInt32) Method

Definition

unsigned int _andn_u32 (unsigned int a, unsigned int b)

ANDN r32a, r32b, reg/m32

public:
 static System::UInt32 AndNot(System::UInt32 left, System::UInt32 right);
public static uint AndNot (uint left, uint right);
static member AndNot : uint32 * uint32 -> uint32
Public Shared Function AndNot (left As UInteger, right As UInteger) As UInteger

Parameters

left
UInt32
right
UInt32

Returns

Applies to