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.h138 CHECK(IsRegisterPair()); in AsRegisterPair()
148 CHECK(IsRegisterPair()); in AsRegisterPairLow()
158 CHECK(IsRegisterPair()); in AsRegisterPairHigh()
191 constexpr bool IsRegisterPair() const { in IsRegisterPair() function
204 (IsRegisterPair() && test.IsRegisterPair()); in IsSameType()
270 !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 …]
Djni_macro_assembler_arm_vixl.cc213 } else if (src.IsRegisterPair()) { in Store()
382 CHECK(src.IsRegisterPair()) << src; in Move()
394 CHECK(dst.IsRegisterPair()) << dst; in Move()
395 CHECK(src.IsRegisterPair()) << src; in Move()
712 } else if (dest.IsRegisterPair()) { in Load()
/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 constexpr bool IsRegisterPair() const { in IsRegisterPair() function
198 CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !IsRegisterPair()); in AllocId()
/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.cc37 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
45 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
53 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
61 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
71 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
79 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
87 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
97 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
105 EXPECT_TRUE(!reg.IsRegisterPair()); in TEST()
113 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 constexpr bool IsRegisterPair() const { in IsRegisterPair() function
195 CHECK(IsValidManagedRegister() && !IsRegisterPair()); in AllocId()
Djni_macro_assembler_x86.cc131 } else if (src.IsRegisterPair()) { in Store()
194 } else if (dest.IsRegisterPair()) { in Load()
225 } else if (dest.IsRegisterPair()) { in LoadFromThread()
/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 constexpr bool IsRegisterPair() const { in IsRegisterPair() function
181 CHECK(IsValidManagedRegister() && !IsRegisterPair()); in AllocId()
Djni_macro_assembler_x86_64.cc167 } else if (src.IsRegisterPair()) { in Store()
238 } else if (dest.IsRegisterPair()) { in Load()
270 } else if (dest.IsRegisterPair()) { in LoadFromThread()
/art/compiler/optimizing/
Dlocations.h153 bool IsRegisterPair() const { in IsRegisterPair() function
162 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair(); in IsRegisterKind()
194 DCHECK(IsRegisterPair()); in AsRegisterPairLow()
200 DCHECK(IsRegisterPair()); in AsRegisterPairHigh()
217 return IsRegisterPair() || IsFpuRegisterPair(); in IsPair()
221 if (IsRegisterPair()) { in ToLow()
232 if (IsRegisterPair()) { in ToHigh()
Dcommon_arm.h50 DCHECK(location.IsRegisterPair()) << location; in HighRegisterFrom()
60 DCHECK(location.IsRegisterPair()) << location; in LowRegisterFrom()
Dparallel_move_resolver.cc81 if (location.IsRegisterPair()) { in LowOf()
93 if (location.IsRegisterPair()) { in HighOf()
Dcode_generator_x86.cc795 DCHECK(index_.IsRegisterPair()); in EmitNativeCode()
1264 if (destination.IsRegisterPair()) { in Move64()
1265 if (source.IsRegisterPair()) { in Move64()
1290 } else if (source.IsRegisterPair()) { in Move64()
1304 if (source.IsRegisterPair()) { in Move64()
1350 } else if (location.IsRegisterPair()) { in AddLocationAsTemp()
1489 } else if (right.IsRegisterPair()) { in GenerateLongComparesAndJumps()
1831 if (true_loc.IsRegisterPair()) { in VisitSelect()
2351 DCHECK(in.IsRegisterPair()); in VisitNeg()
2617 if (in.IsRegisterPair()) { in VisitTypeConversion()
[all …]
Dcode_generator_arm_vixl.cc1058 DCHECK(field_offset.IsRegisterPair()) << field_offset; in EmitNativeCode()
1331 DCHECK(index_.IsRegisterPair()); in EmitNativeCode()
1935 DCHECK(right.IsRegisterPair()); in GenerateLongTest()
2076 DCHECK(right.IsRegisterPair()); in GenerateEqualLong()
2287 if (!out.IsRegister() && !out.IsRegisterPair()) { in CanGenerateConditionalMove()
2304 DCHECK(out.IsRegisterPair()); in CanGenerateConditionalMove()
2772 } else if (location.IsRegisterPair()) { in AddLocationAsTemp()
3127 const size_t instr_count = out.IsRegisterPair() ? 4 : 2; in VisitSelect()
3137 DCHECK(out.IsRegisterPair()); in VisitSelect()
3148 DCHECK(src.IsRegisterPair()); in VisitSelect()
[all …]
Dcode_generator_mips.cc636 DCHECK(field_offset_.IsRegisterPair()) << field_offset_; in EmitNativeCode()
873 DCHECK(index_.IsRegisterPair()); in EmitNativeCode()
1130 } else if (loc1.IsRegisterPair() && loc2.IsRegisterPair()) { in EmitSwap()
1142 } else if ((loc1.IsRegisterPair() && loc2.IsFpuRegister()) || in EmitSwap()
1143 (loc1.IsFpuRegister() && loc2.IsRegisterPair())) { in EmitSwap()
1148 Register r2_l = loc1.IsRegisterPair() ? loc1.AsRegisterPairLow<Register>() in EmitSwap()
1150 Register r2_h = loc1.IsRegisterPair() ? loc1.AsRegisterPairHigh<Register>() in EmitSwap()
1174 } else if ((loc1.IsRegisterPair() && loc2.IsDoubleStackSlot()) || in EmitSwap()
1175 (loc1.IsDoubleStackSlot() && loc2.IsRegisterPair())) { in EmitSwap()
1176 Register reg_l = loc1.IsRegisterPair() ? loc1.AsRegisterPairLow<Register>() in EmitSwap()
[all …]
Dssa_liveness_analysis.cc466 return other.IsRegisterPair(); in SameRegisterKind()
Dssa_liveness_analysis.h959 || locations->InAt(0).IsRegisterPair() in DefinitionRequiresRegister()
969 } else if (location.IsRegister() || location.IsRegisterPair()) { in DefinitionRequiresRegister()
Dregister_allocation_resolver.cc501 || destination.IsRegisterPair() in IsValidDestination()
Dcode_generator.cc81 } else if (location.IsRegisterPair()) { in CheckType()
740 } else if (location.IsRegisterPair()) { in BlockIfInRegister()
Dgraph_visualizer.cc312 } else if (location.IsRegisterPair()) { in DumpLocation()

12