jit_insn_shr

Function jit_insn_shr 

Source
pub unsafe extern "C" fn jit_insn_shr(
    func: jit_function_t,
    value1: jit_value_t,
    value2: jit_value_t,
) -> jit_value_t
Expand 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.