Skip to main content

instr_predicate_is_cond

Function instr_predicate_is_cond 

Source
pub unsafe extern "C" fn instr_predicate_is_cond(
    pred: dr_pred_type_t,
) -> bool_
Expand description

Returns true iff \p pred denotes a truly conditional predicate: on all architectures, this excludes #DR_PRED_NONE. On ARM it also excludes #DR_PRED_AL and #DR_PRED_OP; on AArch64, it also excludes #DR_PRED_AL and #DR_PRED_NV.