Home
last modified time | relevance | path

Searched refs:ZydisDecodedOperand (Results 1 – 15 of 15) sorted by relevance

/haiku/headers/libs/zydis/Zydis/
H A DUtils.h76 const ZydisDecodedOperand* operand, ZyanU64 runtime_address, ZyanU64* result_address);
96 const ZydisDecodedOperand* operand, ZyanU64 runtime_address,
H A DFormatter.h660 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 DDecoder.h259 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]);
310 ZydisDecodedOperand* operands, ZyanU8 operand_count);
H A DDisassembler.h70 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT];
H A DDecoderTypes.h253 } ZydisDecodedOperand; typedef
/haiku/src/libs/zydis/Zydis/
H A DUtils.c42 const ZydisDecodedOperand* operand, ZyanU64 runtime_address, ZyanU64* result_address) in ZydisCalcAbsoluteAddress()
125 const ZydisDecodedOperand* operand, ZyanU64 runtime_address, in ZydisCalcAbsoluteAddressEx()
H A DFormatter.c456 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 DFormatterATT.c61 const ZydisDecodedOperand* const operand = &context->operands[i]; in ZydisFormatterATTFormatInstruction()
303 const ZydisDecodedOperand* const operand = &context->operands[i]; in ZydisFormatterATTPrintMnemonic()
H A DDecoder.c964 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 DFormatterIntel.c61 const ZydisDecodedOperand* const operand = &context->operands[i]; in ZydisFormatterIntelFormatInstruction()
H A DFormatterBase.c81 ZydisFormatterContext* context, const ZydisDecodedOperand* operand) in ZydisFormatterHelperGetExplicitSize()
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.cpp104 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 DDisassemblerX8664.cpp113 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 Ddisasm_arch.cpp116 ZydisDecodedOperand operands[ZYDIS_MAX_OPERAND_COUNT]; in disasm_arch_dump_insns()
/haiku/headers/libs/zydis/Zydis/Internal/
H A DFormatterBase.h269 ZydisFormatterContext* context, const ZydisDecodedOperand* operand);