Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc213 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 Dinstructions-arm64.h419 static bool IsValidImmPCOffset(ImmBranchType branch_type, ptrdiff_t offset);
H A Dmacro-assembler-arm64.cc933 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset()); in NeedExtraInstructionsOrRegisterBranch()
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc893 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in vixl::aarch64::Instruction
H A Dinstructions-aarch64.h592 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
H A Dassembler-aarch64.cc269 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 Dmacro-assembler-aarch64.h8314 return !Instruction::IsValidImmPCOffset(branch_type, in LabelIsOutOfRange()

Completed in 39 milliseconds