Lines Matching refs:TargetLabel
425 void AssemblerMIPS32::b(Label *TargetLabel) { in b() argument
428 if (TargetLabel->isBound()) { in b()
429 const int32_t Dest = TargetLabel->getPosition() - Buffer.size(); in b()
434 IOffsetT PrevPosition = TargetLabel->getEncodedPosition(); in b()
438 TargetLabel->linkTo(*this, Position); in b()
1247 const Operand *OpRt, Label *TargetLabel) { in bcc() argument
1248 if (TargetLabel->isBound()) { in bcc()
1249 const int32_t Dest = TargetLabel->getPosition() - Buffer.size(); in bcc()
1254 IOffsetT PrevPosition = TargetLabel->getEncodedPosition(); in bcc()
1258 TargetLabel->linkTo(*this, Position); in bcc()
1262 Label *TargetLabel) { in bzc() argument
1264 if (TargetLabel->isBound()) { in bzc()
1265 const int32_t Dest = TargetLabel->getPosition() - Buffer.size(); in bzc()
1270 IOffsetT PrevPosition = TargetLabel->getEncodedPosition(); in bzc()
1274 TargetLabel->linkTo(*this, Position); in bzc()