Searched refs:operandIndex (Results 1 – 2 of 2) sorted by relevance
366 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand() argument380 while (operandMapping[operandIndex] != operandIndex) { in handleOperand()381 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand()382 Spec->operands[operandIndex].type = in handleOperand()383 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()384 ++operandIndex; in handleOperand()387 StringRef typeName = (*Operands)[operandIndex].Rec->getName(); in handleOperand()392 Spec->operands[operandIndex].encoding = encoding; in handleOperand()393 Spec->operands[operandIndex].type = in handleOperand()396 ++operandIndex; in handleOperand()[all …]
303 unsigned &operandIndex,