Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h59 UncondBranchType = 2, enumerator
301 return UncondBranchType; in BranchType()
313 case UncondBranchType: in ImmBranchRangeBitwidth()
336 case UncondBranchType: in ImmBranch()
H A Dinstructions-arm64.cc266 case UncondBranchType: { in SetBranchImmTarget()
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc872 case UncondBranchType: in GetImmBranchRangeBitwidth()
925 case UncondBranchType: in GetImmBranch()
974 case UncondBranchType: { in SetBranchImmTarget()
H A Dinstructions-aarch64.h174 UncondBranchType = 2, enumerator
643 return UncondBranchType; in GetBranchType()
H A Dmacro-assembler-aarch64.cc618 VIXL_ASSERT(Instruction::GetImmBranchForwardRange(UncondBranchType) > in Emit()
H A Dassembler-aarch64.cc269 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in b()
286 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in bl()
H A Dmacro-assembler-aarch64.h269 return (type != UnknownBranchType) && (type != UncondBranchType); in BranchTypeUsesVeneers()
452 (branch_type != UncondBranchType); in IsValidBranchType()

Completed in 39 milliseconds