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/
Dinstructions-arm64.h59 UncondBranchType = 2, enumerator
301 return UncondBranchType; in BranchType()
313 case UncondBranchType: in ImmBranchRangeBitwidth()
336 case UncondBranchType: in ImmBranch()
Dinstructions-arm64.cc266 case UncondBranchType: { in SetBranchImmTarget()
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.cc871 case UncondBranchType: in GetImmBranchRangeBitwidth()
924 case UncondBranchType: in GetImmBranch()
973 case UncondBranchType: { in SetBranchImmTarget()
Dinstructions-aarch64.h170 UncondBranchType = 2, enumerator
580 return UncondBranchType; in GetBranchType()
Dmacro-assembler-aarch64.cc619 VIXL_ASSERT(Instruction::GetImmBranchForwardRange(UncondBranchType) > in Emit()
Dassembler-aarch64.cc268 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in b()
285 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in bl()
Dmacro-assembler-aarch64.h269 return (type != UnknownBranchType) && (type != UncondBranchType); in BranchTypeUsesVeneers()
452 (branch_type != UncondBranchType); in IsValidBranchType()