Searched refs:operandIndex (Results 1 – 2 of 2) sorted by relevance
441 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand() argument453 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()454 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand()455 Spec->operands[operandIndex].type = in handleOperand()456 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()457 ++operandIndex; in handleOperand()460 StringRef typeName = (*Operands)[operandIndex].Rec->getName(); in handleOperand()465 Spec->operands[operandIndex].encoding = encoding; in handleOperand()466 Spec->operands[operandIndex].type = in handleOperand()469 ++operandIndex; in handleOperand()[all …]
341 void handleOperand(bool optional, unsigned &operandIndex,