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.cc501 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()
522 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()
543 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()
564 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()
585 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
Dmacro-assembler-a64.h3041 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange() function