Searched refs:IsValidImmPCOffset (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 503 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
|
D | instructions-aarch64.cc | 895 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() function in vixl::aarch64::Instruction
|
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 | 6740 return !Instruction::IsValidImmPCOffset(branch_type, in LabelIsOutOfRange()
|