Lines Matching refs:Regs
1080 CreateRegList(SmallVectorImpl<unsigned> &Regs, SMLoc StartLoc, SMLoc EndLoc, in CreateRegList() argument
1082 assert (Regs.size() > 0 && "Empty list not allowed"); in CreateRegList()
1085 Op->RegList.List = new SmallVector<unsigned, 10>(Regs.begin(), Regs.end()); in CreateRegList()
3011 SmallVector<unsigned, 10> Regs; in parseRegisterList() local
3029 Regs.push_back(RegNo); in parseRegisterList()
3039 Regs.push_back(TmpReg++); in parseRegisterList()
3059 Regs.push_back(RegNo); in parseRegisterList()
3079 Operands.push_back(MipsOperand::CreateRegList(Regs, S, E, *this)); in parseRegisterList()
3104 SmallVector<unsigned, 10> Regs; in parseMovePRegPair() local
3116 Regs.push_back(RegNo); in parseMovePRegPair()
3132 Regs.push_back(RegNo); in parseMovePRegPair()
3134 Operands.push_back(MipsOperand::CreateRegList(Regs, S, E, *this)); in parseMovePRegPair()