pub fn bitcast_float_from_int_32<E>( into: &mut E, dst: impl Into<FReg>, src: impl Into<XReg>, )where E: Extend<u8>,
encode
low32(dst) = bitcast low32(src) as f32