Function bitandnot_u32

pub fn bitandnot_u32(a: u32, b: u32) -> u32 
Available on crate feature dep_safe_arch only.
Expand description

Bitwise (!a) & b for u32

  • Intrinsic: _andn_u32
  • Assembly: andn r32, r32, r32