Searched refs:IsValidImmPCOffset (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 211 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()
|
D | instructions-arm64.h | 372 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
|
D | macro-assembler-arm64.cc | 682 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset()); in NeedExtraInstructionsOrRegisterBranch()
|
/external/vixl/src/vixl/a64/ |
D | instructions-a64.cc | 289 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in vixl::Instruction
|
D | instructions-a64.h | 284 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
|
D | assembler-a64.cc | 676 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()
|
D | macro-assembler-a64.h | 3108 return !Instruction::IsValidImmPCOffset(branch_type, in LabelIsOutOfRange()
|