Skip to main content

instr_writes_memory

Function instr_writes_memory 

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

Returns true iff any of \p instr’s destination operands is a memory reference. If \p instr is predicated (see instr_is_predicated()), the destination may not always be written.