Home
last modified time | relevance | path

Searched refs:IsRegisterPair (Results 1 – 25 of 27) sorted by relevance

12

/art/compiler/utils/arm/
Dmanaged_register_arm.cc28 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()
Dmanaged_register_arm.h116 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()
Dmanaged_register_arm_test.cc36 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 …]
Dassembler_arm.cc496 } 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/
Dmanaged_register_mips.cc29 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()
Dmanaged_register_mips.h118 CHECK(IsRegisterPair()); in AsRegisterPairLow()
124 CHECK(IsRegisterPair()); in AsRegisterPairHigh()
153 bool IsRegisterPair() const { in IsRegisterPair() function
198 CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !IsRegisterPair()); in AllocId()
Dassembler_mips.cc2353 } 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/
Dmanaged_register_x86.cc67 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()
Dmanaged_register_x86_test.cc36 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 …]
Dmanaged_register_x86.h115 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()
Dassembler_x86.cc2007 } 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/
Dmanaged_register_x86_64.cc62 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()
Dmanaged_register_x86_64_test.cc36 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 …]
Dmanaged_register_x86_64.h108 CHECK(IsRegisterPair()); in AsRegisterPairLow()
114 CHECK(IsRegisterPair()); in AsRegisterPairHigh()
136 bool IsRegisterPair() const { in IsRegisterPair() function
181 CHECK(IsValidManagedRegister() && !IsRegisterPair()); in AllocId()
Dassembler_x86_64.cc2758 } else if (src.IsRegisterPair()) { in Store()
2831 } else if (dest.IsRegisterPair()) { in Load()
2858 } else if (dest.IsRegisterPair()) { in LoadFromThread64()
/art/compiler/optimizing/
Dlocations.h146 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()
Dparallel_move_resolver.cc81 if (location.IsRegisterPair()) { in LowOf()
93 if (location.IsRegisterPair()) { in HighOf()
Dcode_generator_arm.cc560 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 …]
Dcode_generator_mips.cc569 } 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 …]
Dcode_generator_x86.cc577 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 …]
Dssa_liveness_analysis.h939 || locations->InAt(0).IsRegisterPair() in DefinitionRequiresRegister()
949 } else if (location.IsRegister() || location.IsRegisterPair()) { in DefinitionRequiresRegister()
Dssa_liveness_analysis.cc518 return other.IsRegisterPair(); in SameRegisterKind()
Dcode_generator.cc67 } else if (location.IsRegisterPair()) { in CheckType()
520 } else if (location.IsRegisterPair()) { in BlockIfInRegister()
Dgraph_visualizer.cc310 } else if (location.IsRegisterPair()) { in DumpLocation()
Dintrinsics_x86.cc2408 if (src.IsRegisterPair()) { in GenBitCount()
2493 DCHECK(src.IsRegisterPair()); in GenLeadingZeros()
2593 DCHECK(src.IsRegisterPair()); in GenTrailingZeros()

12