[][src]Function xed_sys::xed_decoded_inst_uses_rflags

pub unsafe extern "C" fn xed_decoded_inst_uses_rflags(
    p: *const xed_decoded_inst_t
) -> xed_bool_t

This returns 1 if the flags are read or written. This will return 0 otherwise. This will return 0 if the flags are really not used by this instruction. For some shifts/rotates, XED puts a flags operand in the operand array before it knows if the flags are used because of mode-dependent masking effects on the immediate. @ingroup DEC