pub unsafe extern "C" fn jit_insn_ge(
func: jit_function_t,
value1: jit_value_t,
value2: jit_value_t,
) -> jit_value_tExpand description
Compare two values for greater than or equal and return the result in a new temporary value.
pub unsafe extern "C" fn jit_insn_ge(
func: jit_function_t,
value1: jit_value_t,
value2: jit_value_t,
) -> jit_value_tCompare two values for greater than or equal and return the result in a new temporary value.