Searched refs:TargetLabel (Results 1 – 2 of 2) sorted by relevance
425 void AssemblerMIPS32::b(Label *TargetLabel) { in b() argument428 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() argument1248 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()[all …]
137 void b(Label *TargetLabel);314 const Operand *OpRt, Label *TargetLabel);317 Label *TargetLabel);