Skip to main content

instr_is_exclusive_load

Function instr_is_exclusive_load 

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

Returns true iff \p instr is an exclusive load instruction, e.g., #OP_ldrex on ARM.