Zydis
v2.0.0
|
Defines the ZydisOperandDefinition
struct.
More...
#include <SharedData.h>
Public Member Functions | |
ZydisSemanticOperandType type | ZYDIS_BITFIELD (5) |
ZydisOperandVisibility visibility | ZYDIS_BITFIELD (2) |
ZydisOperandAction action | ZYDIS_BITFIELD (3) |
ZydisInternalElementType elementType | ZYDIS_BITFIELD (5) |
Data Fields | |
ZydisU16 | size [3] |
union { | |
ZydisOperandEncoding encoding | |
struct { | |
union { | |
} reg | |
} reg | |
struct { | |
} mem | |
} | op |
Defines the ZydisOperandDefinition
struct.
ZydisOperandVisibility visibility ZYDIS_BITFIELD | ( | 2 | ) |
ZydisOperandAction action ZYDIS_BITFIELD | ( | 3 | ) |
ZydisSemanticOperandType type ZYDIS_BITFIELD | ( | 5 | ) |
ZydisInternalElementType elementType ZYDIS_BITFIELD | ( | 5 | ) |
ZydisOperandEncoding encoding |
struct { ... } mem |
union { ... } op |
union { ... } reg |
struct { ... } reg |
ZydisU16 size[3] |