Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc597 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()
623 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()
649 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()
674 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()
699 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
Dmacro-assembler-aarch64.h3602 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange() function