Searched refs:X86_MAX_OPERANDS (Results 1 – 6 of 6) sorted by relevance
17 struct OperandSpecifier operands[X86_MAX_OPERANDS]; \
447 << X86_MAX_OPERANDS << "] = {\n"; in emitInstructionInfo()456 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()498 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
542 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()543 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
373 #define X86_MAX_OPERANDS 5 macro
785 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in translateInstruction()
1501 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in readOperands()