jit_insn_sub

Function jit_insn_sub 

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

Subtract two values and return the result in a new temporary value.