X86Op

Instruction's operand

Constructors

this
this(Capstone cs, cs_x86_op internal)
Undocumented in source.

Alias This

value

Members

Variables

access
AccessFlags access;

How is this operand accessed? (READ, WRITE or READ|WRITE)

avxBcast
X86AvxBroadcast avxBcast;

AVX broadcast type, or X86AvxBroadcast.invalid

avxZeroOpmask
bool avxZeroOpmask;

AVX zero opmask {z}

size
ubyte size;

Size of this operand (in bytes)

type
X86OpType type;

Operand type

value
SafeUnion!X86OpValue value;

Operand value of type type

Meta