pub const _dr_opnd_flags_t_DR_OPND_SHIFTED: _dr_opnd_flags_t = 2;Expand description
This register’s value is shifted prior to use in the containing instruction. This flag is for informational purposes only and is not guaranteed to be consistent with the shift type of an index register or displacement if the latter are set without using opnd_set_index_shift() or if an instruction is created without using high-level API routines. This flag is also ignored for encoding and will not apply a shift on its own.