pub unsafe extern "C" fn jit_insn_shr(
func: jit_function_t,
value1: jit_value_t,
value2: jit_value_t,
) -> jit_value_tExpand description
Perform a bitwise right shift on two values and return the result in a new temporary value. This performs a signed shift on signed operators, and an unsigned shift on unsigned operands.