Method andn_u32
andn_u32(UInt32, UInt32)
Compute the bitwise NOT of 32-bit integer a and then AND with b, and store the results in dst.
Declaration
public static uint andn_u32(uint a, uint b)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | a | 32-bit integer |
| UInt32 | b | 32-bit integer |
Returns
| Type | Description |
|---|---|
| UInt32 | 32-bit integer |
Remarks
**** andn r32, r32, r32