pulley_interpreter::encode

Function flteq64

Source
pub fn flteq64<E>(
    into: &mut E,
    dst: impl Into<XReg>,
    src1: impl Into<FReg>,
    src2: impl Into<FReg>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

low32(dst) = zext(src1 <= src2)