OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsRegisterPairHigh
(Results
1 - 11
of
11
) sorted by null
/art/compiler/utils/arm/
managed_register_arm.cc
40
Register high =
AsRegisterPairHigh
();
92
<< static_cast<int>(
AsRegisterPairHigh
());
managed_register_arm.h
130
Register
AsRegisterPairHigh
() const {
managed_register_arm_test.cc
236
EXPECT_EQ(R1, reg.
AsRegisterPairHigh
());
248
EXPECT_EQ(R2, reg.
AsRegisterPairHigh
());
260
EXPECT_EQ(R3, reg.
AsRegisterPairHigh
());
272
EXPECT_EQ(R5, reg.
AsRegisterPairHigh
());
284
EXPECT_EQ(R7, reg.
AsRegisterPairHigh
());
[
all
...]
assembler_arm.cc
[
all
...]
/art/compiler/utils/mips/
managed_register_mips.cc
42
Register high =
AsRegisterPairHigh
();
93
os << "Pair: " << AsRegisterPairLow() << ", " <<
AsRegisterPairHigh
();
managed_register_mips.h
122
Register
AsRegisterPairHigh
() const {
assembler_mips.cc
480
LoadFromOffset(kLoadWord, dst.
AsRegisterPairHigh
(), src_register, src_offset + 4);
618
StoreToOffset(kStoreWord, src.
AsRegisterPairHigh
(),
741
if (src.
AsRegisterPairHigh
() != dest.AsRegisterPairLow()) {
743
Move(dest.
AsRegisterPairHigh
(), src.
AsRegisterPairHigh
());
745
Move(dest.
AsRegisterPairHigh
(), src.
AsRegisterPairHigh
());
[
all
...]
/art/compiler/utils/x86/
managed_register_x86.cc
77
Register high =
AsRegisterPairHigh
();
116
os << "Pair: " << AsRegisterPairLow() << ", " <<
AsRegisterPairHigh
();
managed_register_x86_test.cc
124
EXPECT_EQ(EDX, reg.
AsRegisterPairHigh
());
133
EXPECT_EQ(ECX, reg.
AsRegisterPairHigh
());
142
EXPECT_EQ(EBX, reg.
AsRegisterPairHigh
());
151
EXPECT_EQ(EDI, reg.
AsRegisterPairHigh
());
160
EXPECT_EQ(ECX, reg.
AsRegisterPairHigh
());
169
EXPECT_EQ(EBX, reg.
AsRegisterPairHigh
());
178
EXPECT_EQ(EDI, reg.
AsRegisterPairHigh
());
187
EXPECT_EQ(EBX, reg.
AsRegisterPairHigh
());
196
EXPECT_EQ(EDI, reg.
AsRegisterPairHigh
());
205
EXPECT_EQ(EDI, reg.
AsRegisterPairHigh
());
[
all
...]
managed_register_x86.h
118
Register
AsRegisterPairHigh
() const {
assembler_x86.cc
[
all
...]
Completed in 259 milliseconds