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

1 2

  /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 137 CHECK(IsRegisterPair());
147 CHECK(IsRegisterPair());
157 CHECK(IsRegisterPair());
190 constexpr bool IsRegisterPair() const {
203 (IsRegisterPair() && test.IsRegisterPair());
269 !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...]
jni_macro_assembler_arm.cc 200 } else if (src.IsRegisterPair()) {
297 } else if (dst.IsRegisterPair()) {
374 CHECK(src.IsRegisterPair()) << src;
386 CHECK(dst.IsRegisterPair()) << dst;
387 CHECK(src.IsRegisterPair()) << src;
jni_macro_assembler_arm_vixl.cc 177 } else if (src.IsRegisterPair()) {
346 CHECK(src.IsRegisterPair()) << src;
358 CHECK(dst.IsRegisterPair()) << dst;
359 CHECK(src.IsRegisterPair()) << src;
682 } else if (dest.IsRegisterPair()) {
  /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 constexpr bool IsRegisterPair() const {
198 CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !IsRegisterPair());
  /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 constexpr 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...]
jni_macro_assembler_x86.cc 130 } else if (src.IsRegisterPair()) {
193 } else if (dest.IsRegisterPair()) {
224 } else if (dest.IsRegisterPair()) {
  /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 constexpr 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...]
jni_macro_assembler_x86_64.cc 166 } else if (src.IsRegisterPair()) {
237 } else if (dest.IsRegisterPair()) {
269 } else if (dest.IsRegisterPair()) {
  /art/compiler/optimizing/
locations.h 153 bool IsRegisterPair() const {
162 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
194 DCHECK(IsRegisterPair());
200 DCHECK(IsRegisterPair());
217 return IsRegisterPair() || IsFpuRegisterPair();
221 if (IsRegisterPair()) {
232 if (IsRegisterPair()) {
common_arm.h 50 DCHECK(location.IsRegisterPair()) << location;
60 DCHECK(location.IsRegisterPair()) << location;
parallel_move_resolver.cc 81 if (location.IsRegisterPair()) {
93 if (location.IsRegisterPair()) {
code_generator_arm.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_mips.cc 643 DCHECK(field_offset_.IsRegisterPair()) << field_offset_;
    [all...]
ssa_liveness_analysis.h 935 || locations->InAt(0).IsRegisterPair()
    [all...]
ssa_liveness_analysis.cc 465 return other.IsRegisterPair();
code_generator.cc 77 } else if (location.IsRegisterPair()) {
551 } else if (location.IsRegisterPair()) {
    [all...]

Completed in 4003 milliseconds

1 2