Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Idx

2283     assert(CE && "non-constant post-idx-imm8 operand!");
2294 assert(CE && "non-constant post-idx-imm8s4 operand!");
2669 CreateVectorIndex(unsigned Idx, SMLoc S, SMLoc E, MCContext &Ctx) {
2671 Op->VectorIndex.Val = Idx;
2811 OS << "post-idx register " << (PostIdxReg.isAdd ? "" : "-")
5892 unsigned Idx = isLoad ? 2 : 3;
5893 ARMOperand &Op1 = static_cast<ARMOperand &>(*Operands[Idx]);
5894 ARMOperand &Op2 = static_cast<ARMOperand &>(*Operands[Idx + 1]);
5914 Operands[Idx] =
5916 Operands.erase(Operands.begin() + Idx + 1);