Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.h503 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
Dinstructions-aarch64.cc895 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in vixl::aarch64::Instruction
Dassembler-aarch64.cc268 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()
Dmacro-assembler-aarch64.h6740 return !Instruction::IsValidImmPCOffset(branch_type, in LabelIsOutOfRange()