Skip to main content

instr_is_mbr

Function instr_is_mbr 

Source
pub unsafe extern "C" fn instr_is_mbr(instr: *mut instr_t) -> bool_
Expand description

Returns true iff \p instr is a multi-way (indirect) branch: OP_jmp_ind, OP_call_ind, OP_ret, OP_jmp_far_ind, OP_call_far_ind, OP_ret_far, or OP_iret on x86; OP_bx, OP_bxj, OP_blx_ind, or any instruction with a destination register operand of DR_REG_PC on ARM.