Searched refs:X86_MAX_OPERANDS (Results 1 – 9 of 9) sorted by relevance
20 operands[llvm::X86Disassembler::X86_MAX_OPERANDS];
627 << X86_MAX_OPERANDS << "] = {\n"; in emitInstructionInfo()630 X86_MAX_OPERANDS> OperandListTy; in emitInstructionInfo()637 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()670 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
523 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()524 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
359 #define X86_MAX_OPERANDS 5 macro368 struct OperandSpecifier operands[X86_MAX_OPERANDS];
582 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in translateInstruction()
1480 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in readOperands()
451 for (operandIndex = 0; operandIndex < X86_MAX_OPERANDS; ++operandIndex) { in emitInstructionInfo()462 if (operandIndex < X86_MAX_OPERANDS - 1) in emitInstructionInfo()
565 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()569 assert(numOperands < X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
479 static const unsigned X86_MAX_OPERANDS = 6; variable