Searched refs:IsValidImmPCOffset (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 220 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in v8::internal::Instruction 227 return IsValidImmPCOffset(BranchType(), DistanceTo(target)); in IsTargetInImmPCOffsetRange() 265 IsValidImmPCOffset(BranchType(), DistanceTo(target) >> kInstrSizeLog2)); in SetBranchImmTarget()
|
D | instructions-arm64.h | 400 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
|
D | macro-assembler-arm64.cc | 873 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset()); in NeedExtraInstructionsOrRegisterBranch()
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 286 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in vixl::aarch64::Instruction
|
D | instructions-aarch64.h | 329 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
|
D | assembler-aarch64.cc | 268 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in b() 275 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CondBranchType, offset)); in b() 285 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in bl() 297 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CompareBranchType, offset)); in cbz() 309 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CompareBranchType, offset)); in cbnz() 428 VIXL_ASSERT(Instruction::IsValidImmPCOffset(TestBranchType, offset)); in tbz() 441 VIXL_ASSERT(Instruction::IsValidImmPCOffset(TestBranchType, offset)); in tbnz()
|
D | macro-assembler-aarch64.h | 3603 return !Instruction::IsValidImmPCOffset(branch_type, in LabelIsOutOfRange()
|