Home
last modified time | relevance | path

Searched refs:IsBound (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc147 VIXL_ASSERT(!label->IsBound()); in RegisterUnresolvedBranch()
501 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()
507 if (!label->IsBound()) { in B()
522 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()
528 if (!label->IsBound()) { in Cbnz()
543 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()
549 if (!label->IsBound()) { in Cbz()
564 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()
570 if (!label->IsBound()) { in Tbnz()
585 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
[all …]
Dassembler-a64.h763 VIXL_ASSERT(!IsLinked() || IsBound()); in ~Label()
766 bool IsBound() const { return location_ >= 0; } in IsBound() function
800 VIXL_ASSERT(!IsBound()); in Bind()
807 VIXL_ASSERT(!IsBound()); in AddLink()
1075 VIXL_ASSERT(label->IsBound()); in GetLabelAddress()
4131 VIXL_ASSERT(label->IsBound()); in SizeOfCodeGeneratedSince()
Dassembler-a64.cc539 if (label->IsBound()) { in LinkAndGetOffsetTo()