Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.cc211 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in v8::internal::Instruction
218 return IsValidImmPCOffset(BranchType(), DistanceTo(target)); in IsTargetInImmPCOffsetRange()
255 DCHECK(IsValidImmPCOffset(BranchType(), in SetBranchImmTarget()
Dinstructions-arm64.h372 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
Dmacro-assembler-arm64.cc682 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset()); in NeedExtraInstructionsOrRegisterBranch()
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc289 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in vixl::Instruction
Dinstructions-a64.h284 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
Dassembler-a64.cc676 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in b()
683 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CondBranchType, offset)); in b()
695 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in bl()
709 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CompareBranchType, offset)); in cbz()
723 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CompareBranchType, offset)); in cbnz()
849 VIXL_ASSERT(Instruction::IsValidImmPCOffset(TestBranchType, offset)); in tbz()
866 VIXL_ASSERT(Instruction::IsValidImmPCOffset(TestBranchType, offset)); in tbnz()
Dmacro-assembler-a64.h3108 return !Instruction::IsValidImmPCOffset(branch_type, in LabelIsOutOfRange()