pub unsafe extern "C" fn jit_insn_push(
func: jit_function_t,
value: jit_value_t,
) -> c_intExpand 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.