Skip to main content

instr_is_cbr

Function instr_is_cbr 

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

Returns true iff \p instr is a conditional branch: OP_jcc, OP_jcc_short, OP_loop*, or OP_jecxz on x86; OP_cbnz, OP_cbz, or when a predicate is present any of OP_b, OP_b_short, OP_bx, OP_bxj, OP_bl, OP_blx, OP_blx_ind on ARM.