Zydis
master
|
Defines the ZydisDecodedOperand
struct.
More...
#include <DecoderTypes.h>
Data Fields | |
ZyanU8 | id |
The operand-id. More... | |
ZydisOperandVisibility | visibility |
The visibility of the operand. More... | |
ZydisOperandActions | actions |
The operand-actions. More... | |
ZydisOperandEncoding | encoding |
The operand-encoding. More... | |
ZyanU16 | size |
The logical size of the operand (in bits). More... | |
ZydisElementType | element_type |
The element-type. More... | |
ZydisElementSize | element_size |
The size of a single element. More... | |
ZyanU16 | element_count |
The number of elements. More... | |
ZydisOperandAttributes | attributes |
ZydisOperandType | type |
The type of the operand. More... | |
union { | |
ZydisDecodedOperandReg reg | |
ZydisDecodedOperandMem mem | |
ZydisDecodedOperandPtr ptr | |
ZydisDecodedOperandImm imm | |
}; | |
Defines the ZydisDecodedOperand
struct.
union { ... } |
ZydisOperandActions actions |
The operand-actions.
ZydisOperandAttributes attributes |
ZyanU16 element_count |
The number of elements.
ZydisElementSize element_size |
The size of a single element.
ZydisElementType element_type |
The element-type.
ZydisOperandEncoding encoding |
The operand-encoding.
ZyanU8 id |
The operand-id.
ZyanU16 size |
The logical size of the operand (in bits).
ZydisOperandType type |
The type of the operand.
ZydisOperandVisibility visibility |
The visibility of the operand.