Skip to main content

_dr_opnd_flags_t_DR_OPND_EXTENDED

Constant _dr_opnd_flags_t_DR_OPND_EXTENDED 

Source
pub const _dr_opnd_flags_t_DR_OPND_EXTENDED: _dr_opnd_flags_t = 32;
Expand description

This register’s value is extended 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_extend() 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.