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