pub fn xbmask32<E>(into: &mut E, dst: impl Into<XReg>, src: impl Into<XReg>)where E: Extend<u8>,
encode
low32(dst) = if low32(src) == 0 { 0 } else { -1 }