Home
last modified time | relevance | path

Searched refs:CondBranchType (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc873 case CondBranchType: in GetImmBranchRangeBitwidth()
922 case CondBranchType: in GetImmBranch()
968 case CondBranchType: { in SetBranchImmTarget()
Dinstructions-aarch64.h169 CondBranchType = 1, enumerator
578 return CondBranchType; in GetBranchType()
Dmacro-assembler-aarch64.cc559 VIXL_ASSERT(Instruction::GetImmBranchForwardRange(CondBranchType) > in B()
565 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()
574 CondBranchType); in B()
591 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()
617 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()
Dmacro-assembler-aarch64.h393 return CondBranchType; in BranchTypeFromIndex()
405 case CondBranchType: in BranchIndexFromType()
Dassembler-aarch64.cc275 VIXL_ASSERT(Instruction::IsValidImmPCOffset(CondBranchType, offset)); in b()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc12556 Instruction::GetImmBranchForwardRange(CondBranchType))); in TEST()
12672 Instruction::GetImmBranchForwardRange(CondBranchType))); in TEST()
12739 Instruction::GetImmBranchForwardRange(CondBranchType); in TEST()
12820 const int range_bcond = Instruction::GetImmBranchForwardRange(CondBranchType); in TEST()