pub unsafe extern "C" fn xed_operand_values_get_atomic(
    p: *const xed_operand_values_t
) -> xed_bool_t
Expand description

@ingroup OPERANDS Returns true if the memory operation has atomic read-modify-write semantics. An XCHG accessing memory is atomic with or without a LOCK prefix.