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

12

/art/compiler/utils/arm/
H A Dmanaged_register_arm.cc28 if (IsRegisterPair()) {
44 if (other.IsRegisterPair() || other.IsOverlappingDRegister()) {
52 CHECK(IsOverlappingDRegister() || IsRegisterPair());
59 CHECK(IsRegisterPair());
80 } else if (IsRegisterPair()) {
H A Dmanaged_register_arm.h116 CHECK(IsRegisterPair());
126 CHECK(IsRegisterPair());
132 CHECK(IsRegisterPair());
161 bool IsRegisterPair() const { function in class:art::arm::ArmManagedRegister
174 (IsRegisterPair() && test.IsRegisterPair());
240 !IsOverlappingDRegister() && !IsRegisterPair());
H A Dmanaged_register_arm_test.cc36 EXPECT_TRUE(!reg.IsRegisterPair());
45 EXPECT_TRUE(!reg.IsRegisterPair());
54 EXPECT_TRUE(!reg.IsRegisterPair());
63 EXPECT_TRUE(!reg.IsRegisterPair());
75 EXPECT_TRUE(!reg.IsRegisterPair());
84 EXPECT_TRUE(!reg.IsRegisterPair());
93 EXPECT_TRUE(!reg.IsRegisterPair());
102 EXPECT_TRUE(!reg.IsRegisterPair());
111 EXPECT_TRUE(!reg.IsRegisterPair());
120 EXPECT_TRUE(!reg.IsRegisterPair());
[all...]
H A Dassembler_arm.cc496 } else if (src.IsRegisterPair()) {
586 } else if (dst.IsRegisterPair()) {
670 CHECK(dst.IsRegisterPair()) << dst;
671 CHECK(src.IsRegisterPair()) << src;
/art/compiler/utils/mips/
H A Dmanaged_register_mips.cc29 if (IsRegisterPair()) {
45 if (other.IsRegisterPair() || other.IsOverlappingDRegister()) {
53 CHECK(IsOverlappingDRegister() || IsRegisterPair());
60 CHECK(IsRegisterPair());
81 } else if (IsRegisterPair()) {
H A Dmanaged_register_mips.h118 CHECK(IsRegisterPair());
124 CHECK(IsRegisterPair());
153 bool IsRegisterPair() const { function in class:art::mips::MipsManagedRegister
198 CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !IsRegisterPair());
H A Dassembler_mips.cc2353 } else if (dst.IsRegisterPair()) {
2538 } else if (src.IsRegisterPair()) {
2672 CHECK(dest.IsRegisterPair()) << dest;
2673 CHECK(src.IsRegisterPair()) << src;
/art/compiler/utils/x86/
H A Dmanaged_register_x86.cc67 if (IsRegisterPair()) {
73 if (other.IsRegisterPair()) {
81 CHECK(IsRegisterPair());
90 CHECK(IsRegisterPair());
107 } else if (IsRegisterPair()) {
H A Dmanaged_register_x86.h115 CHECK(IsRegisterPair());
121 CHECK(IsRegisterPair());
127 CHECK(IsRegisterPair());
149 bool IsRegisterPair() const { function in class:art::x86::X86ManagedRegister
195 CHECK(IsValidManagedRegister() && !IsRegisterPair());
H A Dmanaged_register_x86_test.cc36 EXPECT_TRUE(!reg.IsRegisterPair());
44 EXPECT_TRUE(!reg.IsRegisterPair());
52 EXPECT_TRUE(!reg.IsRegisterPair());
60 EXPECT_TRUE(!reg.IsRegisterPair());
70 EXPECT_TRUE(!reg.IsRegisterPair());
78 EXPECT_TRUE(!reg.IsRegisterPair());
86 EXPECT_TRUE(!reg.IsRegisterPair());
96 EXPECT_TRUE(!reg.IsRegisterPair());
104 EXPECT_TRUE(!reg.IsRegisterPair());
112 EXPECT_TRUE(!reg.IsRegisterPair());
[all...]
H A Dassembler_x86.cc2007 } else if (src.IsRegisterPair()) {
2075 } else if (dest.IsRegisterPair()) {
2102 } else if (dest.IsRegisterPair()) {
/art/compiler/utils/x86_64/
H A Dmanaged_register_x86_64.cc62 if (IsRegisterPair()) {
68 if (other.IsRegisterPair()) {
76 CHECK(IsRegisterPair());
85 CHECK(IsRegisterPair());
102 } else if (IsRegisterPair()) {
H A Dmanaged_register_x86_64.h108 CHECK(IsRegisterPair());
114 CHECK(IsRegisterPair());
136 bool IsRegisterPair() const { function in class:art::x86_64::X86_64ManagedRegister
181 CHECK(IsValidManagedRegister() && !IsRegisterPair());
H A Dmanaged_register_x86_64_test.cc36 EXPECT_TRUE(!reg.IsRegisterPair());
44 EXPECT_TRUE(!reg.IsRegisterPair());
52 EXPECT_TRUE(!reg.IsRegisterPair());
60 EXPECT_TRUE(!reg.IsRegisterPair());
70 EXPECT_TRUE(!reg.IsRegisterPair());
78 EXPECT_TRUE(!reg.IsRegisterPair());
86 EXPECT_TRUE(!reg.IsRegisterPair());
96 EXPECT_TRUE(!reg.IsRegisterPair());
104 EXPECT_TRUE(!reg.IsRegisterPair());
112 EXPECT_TRUE(!reg.IsRegisterPair());
[all...]
H A Dassembler_x86_64.cc2758 } else if (src.IsRegisterPair()) {
2831 } else if (dest.IsRegisterPair()) {
2858 } else if (dest.IsRegisterPair()) {
/art/compiler/optimizing/
H A Dlocations.h146 bool IsRegisterPair() const { function in class:art::Location
155 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
187 DCHECK(IsRegisterPair());
193 DCHECK(IsRegisterPair());
210 return IsRegisterPair() || IsFpuRegisterPair();
214 if (IsRegisterPair()) {
225 if (IsRegisterPair()) {
H A Dparallel_move_resolver.cc81 if (location.IsRegisterPair()) {
93 if (location.IsRegisterPair()) {
H A Dcode_generator_mips.cc569 } else if (loc1.IsRegisterPair() && loc2.IsRegisterPair()) {
581 } else if ((loc1.IsRegisterPair() && loc2.IsFpuRegister()) ||
582 (loc1.IsFpuRegister() && loc2.IsRegisterPair())) {
587 Register r2_l = loc1.IsRegisterPair() ? loc1.AsRegisterPairLow<Register>()
589 Register r2_h = loc1.IsRegisterPair() ? loc1.AsRegisterPairHigh<Register>()
613 } else if ((loc1.IsRegisterPair() && loc2.IsDoubleStackSlot()) ||
614 (loc1.IsDoubleStackSlot() && loc2.IsRegisterPair())) {
615 Register reg_l = loc1.IsRegisterPair() ? loc1.AsRegisterPairLow<Register>()
617 Register reg_h = loc1.IsRegisterPair()
[all...]
H A Dcode_generator_x86.cc577 DCHECK(index_.IsRegisterPair());
1027 if (destination.IsRegisterPair()) {
1028 if (source.IsRegisterPair()) {
1053 } else if (source.IsRegisterPair()) {
1067 if (source.IsRegisterPair()) {
1117 } else if (location.IsRegisterPair()) {
1247 } else if (right.IsRegisterPair()) {
1591 if (true_loc.IsRegisterPair()) {
2094 DCHECK(in.IsRegisterPair());
2391 if (in.IsRegisterPair()) {
[all...]
H A Dcode_generator_arm.cc560 DCHECK(index_.IsRegisterPair());
1105 if (destination.IsRegisterPair()) {
1106 if (source.IsRegisterPair()) {
1131 } else if (source.IsRegisterPair()) {
1140 if (source.IsRegisterPair()) {
1181 } else if (location.IsRegisterPair()) {
1952 DCHECK(in.IsRegisterPair());
2262 if (in.IsRegisterPair()) {
2308 DCHECK(out.IsRegisterPair());
2504 DCHECK(second.IsRegisterPair());
[all...]
H A Dssa_liveness_analysis.h939 || locations->InAt(0).IsRegisterPair()
949 } else if (location.IsRegister() || location.IsRegisterPair()) {
H A Dssa_liveness_analysis.cc518 return other.IsRegisterPair();
H A Dcode_generator.cc67 } else if (location.IsRegisterPair()) {
520 } else if (location.IsRegisterPair()) {
H A Dgraph_visualizer.cc310 } else if (location.IsRegisterPair()) {
H A Dintrinsics_x86.cc2408 if (src.IsRegisterPair()) {
2493 DCHECK(src.IsRegisterPair());
2593 DCHECK(src.IsRegisterPair());

Completed in 428 milliseconds

12