Searched refs:X86_MAX_OPERANDS (Results 1 – 12 of 12) 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()
19 operands[llvm::X86Disassembler::X86_MAX_OPERANDS];
816 << X86_MAX_OPERANDS << "] = {\n"; in emitInstructionInfo()819 X86_MAX_OPERANDS> OperandListTy; in emitInstructionInfo()826 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()859 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo()
412 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()413 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()
456 static const unsigned X86_MAX_OPERANDS = 6; variable
453 static const unsigned X86_MAX_OPERANDS = 6; variable
479 static const unsigned X86_MAX_OPERANDS = 6; variable
504 #define X86_MAX_OPERANDS 6 macro
837 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in translateInstruction()
2031 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in readOperands()