pub unsafe extern "C" fn instr_cmovcc_triggered(
instr: *mut instr_t,
eflags: reg_t,
) -> bool_Expand description
Given \p eflags, returns whether or not the conditional move instruction \p instr would execute the move. The conditional move can be an OP_cmovcc or an OP_fcmovcc instruction.