Home
last modified time | relevance | path

Searched refs:X86_OPERAND_COUNT (Results 1 – 2 of 2) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/thirdparty/mhook/disasm-lib/
H A Ddisasm_x86.h24 #define X86_OPERAND_COUNT(a) ((a)->OperandFlags[0] ? ((a)->OperandFlags[1] ? ((a)->OperandFlags[2] … macro
H A Ddisasm_x86.c1545 else if (!X86_OPERAND_COUNT(X86Opcode)) in X86_GetInstruction()
1573 if (!X86_OPERAND_COUNT(X86Opcode)) INSTR_INC(1); // increment Instruction->Length and address in X86_GetInstruction()
1587 Instruction->OperandCount = X86_OPERAND_COUNT(X86Opcode); in X86_GetInstruction()
1635 Instruction->OperandCount = X86_OPERAND_COUNT(X86Opcode); in X86_GetInstruction()