Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc518 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()
539 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()
560 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()
581 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()
602 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
Dmacro-assembler-a64.h3107 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange() function