Zydis 5.0.0
Zyan Disassembler Library
Loading...
Searching...
No Matches
ZydisEncoderOperand_ Struct Reference

Describes explicit or implicit instruction operand. More...

#include </builddir/build/BUILD/zydis-5.0.0-build/zydis-5091440c2a1f963e00c6e6aceec7c4346e656fa4/include/Zydis/Encoder.h>

Collaboration diagram for ZydisEncoderOperand_:
[legend]

Data Structures

struct  ZydisEncoderOperandReg_
 Extended info for register-operands. More...
struct  ZydisEncoderOperandMem_
 Extended info for memory-operands. More...
struct  ZydisEncoderOperandPtr_
 Extended info for pointer-operands. More...
union  ZydisEncoderOperandImm_
 Extended info for immediate-operands. More...

Data Fields

ZydisOperandType type
 The type of the operand.
struct ZydisEncoderOperand_::ZydisEncoderOperandReg_ reg
struct ZydisEncoderOperand_::ZydisEncoderOperandMem_ mem
struct ZydisEncoderOperand_::ZydisEncoderOperandPtr_ ptr
union ZydisEncoderOperand_::ZydisEncoderOperandImm_ imm

Detailed Description

Describes explicit or implicit instruction operand.

Field Documentation

◆ imm

◆ mem

◆ ptr

◆ reg

◆ type

The type of the operand.


The documentation for this struct was generated from the following file: