jit_insn_load

Function jit_insn_load 

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

Load the contents of value into a new temporary, essentially duplicating the value. Constants are not duplicated.