Searched refs:X86_MAX_OPERANDS (Results 1 – 5 of 5) sorted by relevance
353 #define X86_MAX_OPERANDS 5 macro362 struct OperandSpecifier operands[X86_MAX_OPERANDS];
535 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in translateInstruction()
1469 for (index = 0; index < X86_MAX_OPERANDS; ++index) { in readOperands()
450 for (operandIndex = 0; operandIndex < X86_MAX_OPERANDS; ++operandIndex) { in emitInstructionInfo()461 if (operandIndex < X86_MAX_OPERANDS - 1) in emitInstructionInfo()
550 unsigned operandMapping[X86_MAX_OPERANDS]; in emitInstructionSpecifier()554 assert(numOperands < X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough"); in emitInstructionSpecifier()