pub fn flteq64<E>( into: &mut E, dst: impl Into<XReg>, src1: impl Into<FReg>, src2: impl Into<FReg>, )where E: Extend<u8>,
encode
low32(dst) = zext(src1 <= src2)