jit_insn_cmpg

Function jit_insn_cmpg 

Source
pub unsafe extern "C" fn jit_insn_cmpg(
    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.