Searched refs:ZydisDecodedOperand (Results 1 – 15 of 15) sorted by relevance
/haiku/headers/libs/zydis/Zydis/ |
H A D | Utils.h | 76 const ZydisDecodedOperand* operand, ZyanU64 runtime_address, ZyanU64* result_address); 96 const ZydisDecodedOperand* operand, ZyanU64 runtime_address,
|
H A D | Formatter.h | 660 const ZydisDecodedOperand* operands; 664 const ZydisDecodedOperand* operand; 1060 const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operands, 1083 const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operand, 1109 const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operands, 1132 const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operand,
|
H A D | Decoder.h | 259 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]); 310 ZydisDecodedOperand* operands, ZyanU8 operand_count);
|
H A D | Disassembler.h | 70 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT];
|
H A D | DecoderTypes.h | 253 } ZydisDecodedOperand; typedef
|
/haiku/src/libs/zydis/Zydis/ |
H A D | Utils.c | 42 const ZydisDecodedOperand* operand, ZyanU64 runtime_address, ZyanU64* result_address) in ZydisCalcAbsoluteAddress() 125 const ZydisDecodedOperand* operand, ZyanU64 runtime_address, in ZydisCalcAbsoluteAddressEx()
|
H A D | Formatter.c | 456 const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operands, in ZydisFormatterFormatInstruction() 492 const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operand, in ZydisFormatterFormatOperand() 549 const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operands, in ZydisFormatterTokenizeInstruction() 596 const ZydisDecodedInstruction* instruction, const ZydisDecodedOperand* operand, in ZydisFormatterTokenizeOperand()
|
H A D | FormatterATT.c | 61 const ZydisDecodedOperand* const operand = &context->operands[i]; in ZydisFormatterATTFormatInstruction() 303 const ZydisDecodedOperand* const operand = &context->operands[i]; in ZydisFormatterATTPrintMnemonic()
|
H A D | Decoder.c | 964 const ZydisDecodedInstruction* instruction, ZydisDecodedOperand* operand, in ZydisSetOperandSizeAndElementInfo() 1219 ZydisDecodedOperand* operand, ZydisRegisterClass register_class, ZyanU8 register_id) in ZydisDecodeOperandRegister() 1262 const ZydisDecodedInstruction* instruction, ZydisDecodedOperand* operand, in ZydisDecodeOperandMemory() 1455 ZydisDecodedOperand* operand, const ZydisOperandDefinition* definition) in ZydisDecodeOperandImplicitRegister() 1529 ZydisDecodedOperand* operand, const ZydisOperandDefinition* definition) in ZydisDecodeOperandImplicitMemory() 1593 const ZydisDecodedInstruction* instruction, ZydisDecodedOperand* operands, ZyanU8 operand_count) in ZydisDecodeOperands() 1606 ZYAN_MEMSET(operands, 0, sizeof(ZydisDecodedOperand) * operand_count); in ZydisDecodeOperands() 4979 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]) in ZydisDecoderDecodeFull() 5047 ZydisDecodedOperand* operands, ZyanU8 operand_count) in ZydisDecoderDecodeOperands()
|
H A D | FormatterIntel.c | 61 const ZydisDecodedOperand* const operand = &context->operands[i]; in ZydisFormatterIntelFormatInstruction()
|
H A D | FormatterBase.c | 81 ZydisFormatterContext* context, const ZydisDecodedOperand* operand) in ZydisFormatterHelperGetExplicitSize()
|
/haiku/src/kits/debugger/arch/x86/disasm/ |
H A D | DisassemblerX86.cpp | 104 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]; in GetNextInstruction() 173 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]; in GetNextInstructionInfo()
|
/haiku/src/kits/debugger/arch/x86_64/disasm/ |
H A D | DisassemblerX8664.cpp | 113 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]; in GetNextInstruction() 181 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]; in GetNextInstructionInfo()
|
/haiku/src/add-ons/kernel/debugger/disasm/x86/ |
H A D | disasm_arch.cpp | 116 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]; in disasm_arch_dump_insns()
|
/haiku/headers/libs/zydis/Zydis/Internal/ |
H A D | FormatterBase.h | 269 ZydisFormatterContext* context, const ZydisDecodedOperand* operand);
|