/art/compiler/utils/arm/ |
D | managed_register_arm.cc | 28 if (IsRegisterPair()) { in Overlaps() 44 if (other.IsRegisterPair() || other.IsOverlappingDRegister()) { in Overlaps() 52 CHECK(IsOverlappingDRegister() || IsRegisterPair()); in AllocIdLow() 59 CHECK(IsRegisterPair()); in AllocIdLow() 80 } else if (IsRegisterPair()) { in Print()
|
D | managed_register_arm.h | 116 CHECK(IsRegisterPair()); in AsRegisterPair() 126 CHECK(IsRegisterPair()); in AsRegisterPairLow() 132 CHECK(IsRegisterPair()); in AsRegisterPairHigh() 161 bool IsRegisterPair() const { in IsRegisterPair() function 174 (IsRegisterPair() && test.IsRegisterPair()); in IsSameType() 240 !IsOverlappingDRegister() && !IsRegisterPair()); in AllocId()
|
D | managed_register_arm_test.cc | 36 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 45 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 54 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 63 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 75 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 84 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 93 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 102 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 111 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 120 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() [all …]
|
D | assembler_arm.cc | 496 } else if (src.IsRegisterPair()) { in Store() 586 } else if (dst.IsRegisterPair()) { in EmitLoad() 670 CHECK(dst.IsRegisterPair()) << dst; in Move() 671 CHECK(src.IsRegisterPair()) << src; in Move()
|
/art/compiler/utils/mips/ |
D | managed_register_mips.cc | 29 if (IsRegisterPair()) { in Overlaps() 45 if (other.IsRegisterPair() || other.IsOverlappingDRegister()) { in Overlaps() 53 CHECK(IsOverlappingDRegister() || IsRegisterPair()); in AllocIdLow() 60 CHECK(IsRegisterPair()); in AllocIdLow() 81 } else if (IsRegisterPair()) { in Print()
|
D | managed_register_mips.h | 118 CHECK(IsRegisterPair()); in AsRegisterPairLow() 124 CHECK(IsRegisterPair()); in AsRegisterPairHigh() 153 bool IsRegisterPair() const { in IsRegisterPair() function 198 CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !IsRegisterPair()); in AllocId()
|
D | assembler_mips.cc | 2353 } else if (dst.IsRegisterPair()) { in EmitLoad() 2538 } else if (src.IsRegisterPair()) { in Store() 2672 CHECK(dest.IsRegisterPair()) << dest; in Move() 2673 CHECK(src.IsRegisterPair()) << src; in Move()
|
/art/compiler/utils/x86/ |
D | managed_register_x86.cc | 67 if (IsRegisterPair()) { in Overlaps() 73 if (other.IsRegisterPair()) { in Overlaps() 81 CHECK(IsRegisterPair()); in AllocIdLow() 90 CHECK(IsRegisterPair()); in AllocIdHigh() 107 } else if (IsRegisterPair()) { in Print()
|
D | managed_register_x86_test.cc | 36 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 44 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 52 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 60 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 70 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 78 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 86 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 96 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 104 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 112 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() [all …]
|
D | managed_register_x86.h | 115 CHECK(IsRegisterPair()); in AsRegisterPairLow() 121 CHECK(IsRegisterPair()); in AsRegisterPairHigh() 127 CHECK(IsRegisterPair()); in AsRegisterPair() 149 bool IsRegisterPair() const { in IsRegisterPair() function 195 CHECK(IsValidManagedRegister() && !IsRegisterPair()); in AllocId()
|
D | assembler_x86.cc | 2007 } else if (src.IsRegisterPair()) { in Store() 2075 } else if (dest.IsRegisterPair()) { in Load() 2102 } else if (dest.IsRegisterPair()) { in LoadFromThread32()
|
/art/compiler/utils/x86_64/ |
D | managed_register_x86_64.cc | 62 if (IsRegisterPair()) { in Overlaps() 68 if (other.IsRegisterPair()) { in Overlaps() 76 CHECK(IsRegisterPair()); in AllocIdLow() 85 CHECK(IsRegisterPair()); in AllocIdHigh() 102 } else if (IsRegisterPair()) { in Print()
|
D | managed_register_x86_64_test.cc | 36 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 44 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 52 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 60 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 70 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 78 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 86 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 96 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 104 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() 112 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST() [all …]
|
D | managed_register_x86_64.h | 108 CHECK(IsRegisterPair()); in AsRegisterPairLow() 114 CHECK(IsRegisterPair()); in AsRegisterPairHigh() 136 bool IsRegisterPair() const { in IsRegisterPair() function 181 CHECK(IsValidManagedRegister() && !IsRegisterPair()); in AllocId()
|
D | assembler_x86_64.cc | 2758 } else if (src.IsRegisterPair()) { in Store() 2831 } else if (dest.IsRegisterPair()) { in Load() 2858 } else if (dest.IsRegisterPair()) { in LoadFromThread64()
|
/art/compiler/optimizing/ |
D | locations.h | 146 bool IsRegisterPair() const { in IsRegisterPair() function 155 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair(); in IsRegisterKind() 187 DCHECK(IsRegisterPair()); in AsRegisterPairLow() 193 DCHECK(IsRegisterPair()); in AsRegisterPairHigh() 210 return IsRegisterPair() || IsFpuRegisterPair(); in IsPair() 214 if (IsRegisterPair()) { in ToLow() 225 if (IsRegisterPair()) { in ToHigh()
|
D | parallel_move_resolver.cc | 81 if (location.IsRegisterPair()) { in LowOf() 93 if (location.IsRegisterPair()) { in HighOf()
|
D | code_generator_arm.cc | 560 DCHECK(index_.IsRegisterPair()); in EmitNativeCode() 1105 if (destination.IsRegisterPair()) { in Move64() 1106 if (source.IsRegisterPair()) { in Move64() 1131 } else if (source.IsRegisterPair()) { in Move64() 1140 if (source.IsRegisterPair()) { in Move64() 1181 } else if (location.IsRegisterPair()) { in AddLocationAsTemp() 1952 DCHECK(in.IsRegisterPair()); in VisitNeg() 2262 if (in.IsRegisterPair()) { in VisitTypeConversion() 2308 DCHECK(out.IsRegisterPair()); in VisitTypeConversion() 2504 DCHECK(second.IsRegisterPair()); in VisitAdd() [all …]
|
D | code_generator_mips.cc | 569 } else if (loc1.IsRegisterPair() && loc2.IsRegisterPair()) { in EmitSwap() 581 } else if ((loc1.IsRegisterPair() && loc2.IsFpuRegister()) || in EmitSwap() 582 (loc1.IsFpuRegister() && loc2.IsRegisterPair())) { in EmitSwap() 587 Register r2_l = loc1.IsRegisterPair() ? loc1.AsRegisterPairLow<Register>() in EmitSwap() 589 Register r2_h = loc1.IsRegisterPair() ? loc1.AsRegisterPairHigh<Register>() in EmitSwap() 613 } else if ((loc1.IsRegisterPair() && loc2.IsDoubleStackSlot()) || in EmitSwap() 614 (loc1.IsDoubleStackSlot() && loc2.IsRegisterPair())) { in EmitSwap() 615 Register reg_l = loc1.IsRegisterPair() ? loc1.AsRegisterPairLow<Register>() in EmitSwap() 617 Register reg_h = loc1.IsRegisterPair() ? loc1.AsRegisterPairHigh<Register>() in EmitSwap() 865 if (destination.IsRegisterPair()) { in Move64() [all …]
|
D | code_generator_x86.cc | 577 DCHECK(index_.IsRegisterPair()); in EmitNativeCode() 1027 if (destination.IsRegisterPair()) { in Move64() 1028 if (source.IsRegisterPair()) { in Move64() 1053 } else if (source.IsRegisterPair()) { in Move64() 1067 if (source.IsRegisterPair()) { in Move64() 1117 } else if (location.IsRegisterPair()) { in AddLocationAsTemp() 1247 } else if (right.IsRegisterPair()) { in GenerateLongComparesAndJumps() 1591 if (true_loc.IsRegisterPair()) { in VisitSelect() 2094 DCHECK(in.IsRegisterPair()); in VisitNeg() 2391 if (in.IsRegisterPair()) { in VisitTypeConversion() [all …]
|
D | ssa_liveness_analysis.h | 939 || locations->InAt(0).IsRegisterPair() in DefinitionRequiresRegister() 949 } else if (location.IsRegister() || location.IsRegisterPair()) { in DefinitionRequiresRegister()
|
D | ssa_liveness_analysis.cc | 518 return other.IsRegisterPair(); in SameRegisterKind()
|
D | code_generator.cc | 67 } else if (location.IsRegisterPair()) { in CheckType() 520 } else if (location.IsRegisterPair()) { in BlockIfInRegister()
|
D | graph_visualizer.cc | 310 } else if (location.IsRegisterPair()) { in DumpLocation()
|
D | intrinsics_x86.cc | 2408 if (src.IsRegisterPair()) { in GenBitCount() 2493 DCHECK(src.IsRegisterPair()); in GenLeadingZeros() 2593 DCHECK(src.IsRegisterPair()); in GenTrailingZeros()
|