pub unsafe extern "C" fn jit_insn_sub(
func: jit_function_t,
value1: jit_value_t,
value2: jit_value_t,
) -> jit_value_tExpand description
Subtract two values and return the result in a new temporary value.
pub unsafe extern "C" fn jit_insn_sub(
func: jit_function_t,
value1: jit_value_t,
value2: jit_value_t,
) -> jit_value_tSubtract two values and return the result in a new temporary value.