Searched refs:TestBranchType (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/arm64/ |
D | instructions-arm64.h | 69 TestBranchType = 4 enumerator 285 return TestBranchType; in BranchType() 299 case TestBranchType: in ImmBranchRangeBitwidth() 319 case TestBranchType: return ImmTestBranch(); in ImmBranch()
|
D | instructions-arm64.cc | 276 case TestBranchType: { in SetBranchImmTarget()
|
D | macro-assembler-arm64.cc | 776 NeedExtraInstructionsOrRegisterBranch(label, TestBranchType); in Tbnz() 793 NeedExtraInstructionsOrRegisterBranch(label, TestBranchType); in Tbz()
|
/external/vixl/src/vixl/a64/ |
D | instructions-a64.cc | 274 case TestBranchType: in ImmBranchRangeBitwidth() 322 case TestBranchType: return ImmTestBranch(); in ImmBranch() 375 case TestBranchType: { in SetBranchImmTarget()
|
D | instructions-a64.h | 134 TestBranchType = 4 enumerator 337 return TestBranchType; in BranchType()
|
D | macro-assembler-a64.cc | 581 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz() 590 TestBranchType); in Tbnz() 602 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz() 611 TestBranchType); in Tbz()
|
D | macro-assembler-a64.h | 352 return TestBranchType; in BranchTypeFromIndex() 364 case TestBranchType: in BranchIndexFromType()
|
D | assembler-a64.cc | 849 VIXL_ASSERT(Instruction::IsValidImmPCOffset(TestBranchType, offset)); in tbz() 866 VIXL_ASSERT(Instruction::IsValidImmPCOffset(TestBranchType, offset)); in tbnz()
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 2039 std::max(Instruction::ImmBranchRange(TestBranchType), in TEST() 2113 std::max(Instruction::ImmBranchRange(TestBranchType), in TEST() 2189 std::max(Instruction::ImmBranchRange(TestBranchType), in TEST() 2280 int max_range = Instruction::ImmBranchRange(TestBranchType); in TEST()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 21452 std::max(Instruction::ImmBranchForwardRange(TestBranchType), in TEST() 21522 const int max_range = Instruction::ImmBranchForwardRange(TestBranchType); in TEST() 21566 std::max(Instruction::ImmBranchForwardRange(TestBranchType), in TEST() 21662 int range_tbz = Instruction::ImmBranchForwardRange(TestBranchType); in TEST() 21719 const int range_tbz = Instruction::ImmBranchForwardRange(TestBranchType); in TEST() 21804 const int range_tbz = Instruction::ImmBranchForwardRange(TestBranchType); in TEST()
|