Symbol: ZydisDecodedOperand
headers/libs/zydis/Zydis/Decoder.h
259
ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]);
headers/libs/zydis/Zydis/Decoder.h
310
ZydisDecodedOperand* operands, ZyanU8 operand_count);
headers/libs/zydis/Zydis/Disassembler.h
70
ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT];
headers/libs/zydis/Zydis/Formatter.h
1060
const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operands,
headers/libs/zydis/Zydis/Formatter.h
1083
const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operand,
headers/libs/zydis/Zydis/Formatter.h
1109
const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operands,
headers/libs/zydis/Zydis/Formatter.h
1132
const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operand,
headers/libs/zydis/Zydis/Formatter.h
660
const ZydisDecodedOperand* operands;
headers/libs/zydis/Zydis/Formatter.h
664
const ZydisDecodedOperand* operand;
headers/libs/zydis/Zydis/Internal/FormatterBase.h
269
ZydisFormatterContext* context, const ZydisDecodedOperand* operand);
headers/libs/zydis/Zydis/Utils.h
76
const ZydisDecodedOperand* operand, ZyanU64 runtime_address, ZyanU64* result_address);
headers/libs/zydis/Zydis/Utils.h
96
const ZydisDecodedOperand* operand, ZyanU64 runtime_address,
src/add-ons/kernel/debugger/disasm/x86/disasm_arch.cpp
116
ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT];
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
104
ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT];
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
173
ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT];
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
113
ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT];
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
181
ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT];
src/libs/zydis/Zydis/Decoder.c
1219
ZydisDecodedOperand* operand, ZydisRegisterClass register_class, ZyanU8 register_id)
src/libs/zydis/Zydis/Decoder.c
1262
const ZydisDecodedInstruction* instruction, ZydisDecodedOperand* operand,
src/libs/zydis/Zydis/Decoder.c
1455
ZydisDecodedOperand* operand, const ZydisOperandDefinition* definition)
src/libs/zydis/Zydis/Decoder.c
1529
ZydisDecodedOperand* operand, const ZydisOperandDefinition* definition)
src/libs/zydis/Zydis/Decoder.c
1593
const ZydisDecodedInstruction* instruction, ZydisDecodedOperand* operands, ZyanU8 operand_count)
src/libs/zydis/Zydis/Decoder.c
1606
ZYAN_MEMSET(operands, 0, sizeof(ZydisDecodedOperand) * operand_count);
src/libs/zydis/Zydis/Decoder.c
4979
ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT])
src/libs/zydis/Zydis/Decoder.c
5047
ZydisDecodedOperand* operands, ZyanU8 operand_count)
src/libs/zydis/Zydis/Decoder.c
964
const ZydisDecodedInstruction* instruction, ZydisDecodedOperand* operand,
src/libs/zydis/Zydis/Formatter.c
456
const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operands,
src/libs/zydis/Zydis/Formatter.c
492
const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operand,
src/libs/zydis/Zydis/Formatter.c
549
const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operands,
src/libs/zydis/Zydis/Formatter.c
596
const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operand,
src/libs/zydis/Zydis/FormatterATT.c
303
const ZydisDecodedOperand* const operand = &context->operands[i];
src/libs/zydis/Zydis/FormatterATT.c
61
const ZydisDecodedOperand* const operand = &context->operands[i];
src/libs/zydis/Zydis/FormatterBase.c
81
ZydisFormatterContext* context, const ZydisDecodedOperand* operand)
src/libs/zydis/Zydis/FormatterIntel.c
61
const ZydisDecodedOperand* const operand = &context->operands[i];
src/libs/zydis/Zydis/Utils.c
125
const ZydisDecodedOperand* operand, ZyanU64 runtime_address,
src/libs/zydis/Zydis/Utils.c
42
const ZydisDecodedOperand* operand, ZyanU64 runtime_address, ZyanU64* result_address)