pub unsafe fn _andn_u32(a: u32, b: u32) -> u32
bmi1
Bitwise logical AND of inverted a with b.
AND
a
b
Intel’s documentation