Home
last modified time | relevance | path

Searched refs:GetBranchType (Results 1 - 3 of 3) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc913 VIXL_ASSERT(GetBranchType() != UnknownBranchType); in GetImmPCOffsetTarget()
922 switch (GetBranchType()) { in GetImmBranch()
968 switch (GetBranchType()) { in SetBranchImmTarget()
H A Dinstructions-aarch64.h462 bool IsImmBranch() const { return GetBranchType() != UnknownBranchType; } in IsImmBranch()
639 ImmBranchType GetBranchType() const { in GetBranchType() function in vixl::aarch64::Instruction
652 VIXL_DEPRECATED("GetBranchType", ImmBranchType BranchType() const) {
653 return GetBranchType();
H A Dmacro-assembler-aarch64.cc255 if (BranchTypeUsesVeneers(link->GetBranchType())) { in DeleteUnresolvedBranchInfoForLabel()
256 BranchInfo branch_info(link_offset, label, link->GetBranchType()); in DeleteUnresolvedBranchInfoForLabel()

Completed in 9 milliseconds