pub unsafe extern "C" fn jit_insn_load(
func: jit_function_t,
value: jit_value_t,
) -> jit_value_tExpand description
Load the contents of value into a new temporary, essentially duplicating the value. Constants are not duplicated.
pub unsafe extern "C" fn jit_insn_load(
func: jit_function_t,
value: jit_value_t,
) -> jit_value_tLoad the contents of value into a new temporary, essentially duplicating the value. Constants are not duplicated.