Searched refs:IsValidImmPCOffset (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.cc | 213 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in v8::internal::Instruction 220 return IsValidImmPCOffset(BranchType(), DistanceTo(target)); in IsTargetInImmPCOffsetRange() 256 DCHECK(IsValidImmPCOffset(BranchType(), DistanceTo(target))); in SetBranchImmTarget()
|
H A D | instructions-arm64.h | 419 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
|
H A D | macro-assembler-arm64.cc | 933 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset()); in NeedExtraInstructionsOrRegisterBranch()
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 893 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in vixl::aarch64::Instruction
|
H A D | instructions-aarch64.h | 592 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
|
H A D | assembler-aarch64.cc | 269 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in b() 276 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CondBranchType, offset)); in b() 286 VIXL_ASSERT(Instruction::IsValidImmPCOffset(UncondBranchType, offset)); in bl() 298 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CompareBranchType, offset)); in cbz() 310 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CompareBranchType, offset)); in cbnz() 429 VIXL_ASSERT(Instruction::IsValidImmPCOffset(TestBranchType, offset)); in tbz() 442 VIXL_ASSERT(Instruction::IsValidImmPCOffset(TestBranchType, offset)); in tbnz()
|
H A D | macro-assembler-aarch64.h | 8314 return !Instruction::IsValidImmPCOffset(branch_type, in LabelIsOutOfRange()
|
Completed in 39 milliseconds