Searched refs:X86_MAX_OPERANDS (Results 1 – 4 of 4) 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()
524 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()525 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
489 static const unsigned X86_MAX_OPERANDS = 6; variable