Searched refs:X86_MAX_OPERANDS (Results 1 – 4 of 4) sorted by relevance
19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS];
411 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()412 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
823 << X86_MAX_OPERANDS << "] = {\n"; in emitInstructionInfo()826 X86_MAX_OPERANDS> OperandListTy; in emitInstructionInfo()
458 static const unsigned X86_MAX_OPERANDS = 6; variable