Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Rt2

3477   // the Rt == Rt2. All of those are undefined behaviour.
3485 unsigned Rt2 = Inst.getOperand(2).getReg();
3490 if (RI->isSubRegisterEq(Rn, Rt2))
3502 unsigned Rt2 = Inst.getOperand(1).getReg();
3503 if (Rt == Rt2)
3504 return Error(Loc[1], "unpredictable LDP instruction, Rt2==Rt");
3515 unsigned Rt2 = Inst.getOperand(2).getReg();
3516 if (Rt == Rt2)
3517 return Error(Loc[1], "unpredictable LDP instruction, Rt2==Rt");
3531 unsigned Rt2 = Inst.getOperand(2).getReg();
3536 if (RI->isSubRegisterEq(Rn, Rt2))