HomeSort by relevance Sort by last modified time
    Searched refs:IsRegisterPair (Results 1 - 24 of 24) sorted by null

  /art/compiler/utils/arm/
managed_register_arm.cc 28 if (IsRegisterPair()) {
44 if (other.IsRegisterPair() || other.IsOverlappingDRegister()) {
52 CHECK(IsOverlappingDRegister() || IsRegisterPair());
59 CHECK(IsRegisterPair());
80 } else if (IsRegisterPair()) {
managed_register_arm.h 116 CHECK(IsRegisterPair());
126 CHECK(IsRegisterPair());
132 CHECK(IsRegisterPair());
161 bool IsRegisterPair() const {
174 (IsRegisterPair() && test.IsRegisterPair());
240 !IsOverlappingDRegister() && !IsRegisterPair());
managed_register_arm_test.cc 36 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...]
assembler_arm.cc 490 } else if (src.IsRegisterPair()) {
580 } else if (dst.IsRegisterPair()) {
664 CHECK(dst.IsRegisterPair()) << dst;
665 CHECK(src.IsRegisterPair()) << src;
    [all...]
  /art/compiler/utils/mips/
managed_register_mips.cc 29 if (IsRegisterPair()) {
45 if (other.IsRegisterPair() || other.IsOverlappingDRegister()) {
53 CHECK(IsOverlappingDRegister() || IsRegisterPair());
60 CHECK(IsRegisterPair());
81 } else if (IsRegisterPair()) {
managed_register_mips.h 118 CHECK(IsRegisterPair());
124 CHECK(IsRegisterPair());
153 bool IsRegisterPair() const {
198 CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !IsRegisterPair());
assembler_mips.cc 466 } else if (dst.IsRegisterPair()) {
621 } else if (src.IsRegisterPair()) {
747 CHECK(dest.IsRegisterPair()) << dest;
748 CHECK(src.IsRegisterPair()) << src;
    [all...]
  /art/compiler/utils/x86/
managed_register_x86.cc 67 if (IsRegisterPair()) {
73 if (other.IsRegisterPair()) {
81 CHECK(IsRegisterPair());
90 CHECK(IsRegisterPair());
107 } else if (IsRegisterPair()) {
managed_register_x86.h 115 CHECK(IsRegisterPair());
121 CHECK(IsRegisterPair());
127 CHECK(IsRegisterPair());
149 bool IsRegisterPair() const {
195 CHECK(IsValidManagedRegister() && !IsRegisterPair());
managed_register_x86_test.cc 36 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...]
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
managed_register_x86_64.cc 62 if (IsRegisterPair()) {
68 if (other.IsRegisterPair()) {
76 CHECK(IsRegisterPair());
85 CHECK(IsRegisterPair());
102 } else if (IsRegisterPair()) {
managed_register_x86_64.h 108 CHECK(IsRegisterPair());
114 CHECK(IsRegisterPair());
136 bool IsRegisterPair() const {
181 CHECK(IsValidManagedRegister() && !IsRegisterPair());
managed_register_x86_64_test.cc 36 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...]
assembler_x86_64.cc     [all...]
  /art/compiler/optimizing/
locations.h 146 bool IsRegisterPair() const {
155 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
187 DCHECK(IsRegisterPair());
193 DCHECK(IsRegisterPair());
210 return IsRegisterPair() || IsFpuRegisterPair();
214 if (IsRegisterPair()) {
225 if (IsRegisterPair()) {
parallel_move_resolver.cc 66 if (location.IsRegisterPair()) {
78 if (location.IsRegisterPair()) {
code_generator_arm.cc 749 if (destination.IsRegisterPair()) {
750 if (source.IsRegisterPair()) {
776 if (source.IsRegisterPair()) {
823 if (location.IsRegisterPair()) {
    [all...]
graph_visualizer.cc 149 } else if (location.IsRegisterPair()) {
code_generator_x86.cc 659 if (destination.IsRegisterPair()) {
660 if (source.IsRegisterPair()) {
687 if (source.IsRegisterPair()) {
738 if (location.IsRegisterPair()) {
    [all...]
ssa_liveness_analysis.h 926 || locations->InAt(0).IsRegisterPair()
    [all...]
ssa_liveness_analysis.cc 465 return other.IsRegisterPair();
code_generator.cc 48 } else if (location.IsRegisterPair()) {
306 } else if (location.IsRegisterPair()) {
    [all...]
register_allocator.cc     [all...]

Completed in 370 milliseconds