jit_insn_cmpl

Function jit_insn_cmpl 

Source
pub unsafe extern "C" fn jit_insn_cmpl(
    func: jit_function_t,
    value1: jit_value_t,
    value2: jit_value_t,
) -> jit_value_t
Expand description

Compare two values, and return a -1, 0, or 1 result. If either value is “not a number”, then -1 is returned.