Home
last modified time | relevance | path

Searched refs:TargetLabel (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp425 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()
[all …]
DIceAssemblerMIPS32.h137 void b(Label *TargetLabel);
314 const Operand *OpRt, Label *TargetLabel);
317 Label *TargetLabel);