jit_insn_push

Function jit_insn_push 

Source
pub unsafe extern "C" fn jit_insn_push(
    func: jit_function_t,
    value: jit_value_t,
) -> c_int
Expand description

Push a value onto the function call stack, in preparation for a call. You normally wouldn’t call this yourself - it is used internally by the CPU back ends to set up the stack for a subroutine call.