Skip to main content

instr_is_ubr

Function instr_is_ubr 

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

Returns true iff \p instr is an unconditional direct branch: OP_jmp, OP_jmp_short, or OP_jmp_far on x86; OP_b or OP_b_short with no predicate on ARM.