pub unsafe extern "C" fn instr_is_far_cti(
instr: *mut instr_t,
) -> bool_Expand description
Returns true iff \p instr is a far control transfer instruction: OP_jmp_far, OP_call_far, OP_jmp_far_ind, OP_call_far_ind, OP_ret_far, or OP_iret, on x86.