Skip to main content

instr_jcc_taken

Function instr_jcc_taken 

Source
pub unsafe extern "C" fn instr_jcc_taken(
    instr: *mut instr_t,
    eflags: reg_t,
) -> bool_
Expand description

Given \p eflags, returns whether or not the conditional branch, \p instr, would be taken.