Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc575 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()
596 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()
617 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()
638 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()
659 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
Dmacro-assembler-aarch64.h3142 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange() function