Values that represent zydis decoder tree node types.
Enumerator |
---|
ZYDIS_NODETYPE_INVALID | |
ZYDIS_NODETYPE_DEFINITION_MASK | Reference to an instruction-definition.
|
ZYDIS_NODETYPE_FILTER_XOP | Reference to an XOP-map filter.
|
ZYDIS_NODETYPE_FILTER_VEX | Reference to an VEX-map filter.
|
ZYDIS_NODETYPE_FILTER_EMVEX | Reference to an EVEX/MVEX-map filter.
|
ZYDIS_NODETYPE_FILTER_OPCODE | Reference to an opcode filter.
|
ZYDIS_NODETYPE_FILTER_MODE | Reference to an instruction-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_COMPACT | Reference to an compacted instruction-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODRM_MOD | Reference to a ModRM.mod filter.
|
ZYDIS_NODETYPE_FILTER_MODRM_MOD_COMPACT | Reference to a compacted ModRM.mod filter.
|
ZYDIS_NODETYPE_FILTER_MODRM_REG | Reference to a ModRM.reg filter.
|
ZYDIS_NODETYPE_FILTER_MODRM_RM | Reference to a ModRM.rm filter.
|
ZYDIS_NODETYPE_FILTER_PREFIX_GROUP1 | Reference to a PrefixGroup1 filter.
|
ZYDIS_NODETYPE_FILTER_MANDATORY_PREFIX | Reference to a mandatory-prefix filter.
|
ZYDIS_NODETYPE_FILTER_OPERAND_SIZE | Reference to an operand-size filter.
|
ZYDIS_NODETYPE_FILTER_ADDRESS_SIZE | Reference to an address-size filter.
|
ZYDIS_NODETYPE_FILTER_VECTOR_LENGTH | Reference to a vector-length filter.
|
ZYDIS_NODETYPE_FILTER_REX_W | Reference to an REX/VEX/EVEX.W filter.
|
ZYDIS_NODETYPE_FILTER_REX_B | Reference to an REX/VEX/EVEX.B filter.
|
ZYDIS_NODETYPE_FILTER_EVEX_B | Reference to an EVEX.b filter.
|
ZYDIS_NODETYPE_FILTER_MVEX_E | Reference to an MVEX.E filter.
|
ZYDIS_NODETYPE_FILTER_MODE_AMD | Reference to a AMD-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_KNC | Reference to a KNC-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_MPX | Reference to a MPX-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_CET | Reference to a CET-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_LZCNT | Reference to a LZCNT-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_TZCNT | Reference to a TZCNT-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_WBNOINVD | Reference to a WBNOINVD-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_CLDEMOTE | Reference to a CLDEMOTE-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_IPREFETCH | Reference to a IPREFETCH-mode filter.
|
ZYDIS_NODETYPE_FILTER_MODE_UD0_COMPAT | Reference to a UD0_COMPAT-mode filter.
|