Home
last modified time | relevance | path

Searched refs:UncondBranchType (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.h67 UncondBranchType = 2, enumerator
281 return UncondBranchType; in BranchType()
293 case UncondBranchType: in ImmBranchRangeBitwidth()
317 case UncondBranchType: return ImmUncondBranch(); in ImmBranch()
Dinstructions-arm64.cc266 case UncondBranchType: { in SetBranchImmTarget()
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc262 case UncondBranchType: in GetImmBranchRangeBitwidth()
315 case UncondBranchType: in GetImmBranch()
364 case UncondBranchType: { in SetBranchImmTarget()
Dinstructions-aarch64.h136 UncondBranchType = 2, enumerator
379 return UncondBranchType; in GetBranchType()
Dmacro-assembler-aarch64.h249 return (type != UnknownBranchType) && (type != UncondBranchType); in BranchTypeUsesVeneers()
417 (branch_type != UncondBranchType); in IsValidBranchType()
Dmacro-assembler-aarch64.cc580 VIXL_ASSERT(Instruction::GetImmBranchForwardRange(UncondBranchType) > in B()
Dassembler-aarch64.cc208 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in b()
225 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in bl()