Skip to main content

instr_cmovcc_triggered

Function instr_cmovcc_triggered 

Source
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.