pub const _dr_opnd_flags_t_DR_OPND_MULTI_PART: _dr_opnd_flags_t = 4;Expand description
This operand should be combined with an adjacent operand to create a single value. This flag is typically used on immediates: e.g., for ARM’s OP_vbic_i64, two 32-bit immediate operands should be interpreted as the low and high parts of a 64-bit value.