Method andn_u32
andn_u32(uint, uint)
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 |
---|---|---|
uint | a | 32-bit integer |
uint | b | 32-bit integer |
Returns
Type | Description |
---|---|
uint | 32-bit integer |
Remarks
**** andn r32, r32, r32