OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsRegisterPair
(Results
1 - 5
of
5
) sorted by null
/art/compiler/utils/x86/
managed_register_x86.h
125
RegisterPair
AsRegisterPair
() const {
/art/compiler/utils/arm/
managed_register_arm.h
114
RegisterPair
AsRegisterPair
() const {
managed_register_arm_test.cc
234
EXPECT_EQ(R0_R1, reg.
AsRegisterPair
());
246
EXPECT_EQ(R1_R2, reg.
AsRegisterPair
());
258
EXPECT_EQ(R2_R3, reg.
AsRegisterPair
());
270
EXPECT_EQ(R4_R5, reg.
AsRegisterPair
());
282
EXPECT_EQ(R6_R7, reg.
AsRegisterPair
());
[
all
...]
/art/compiler/optimizing/
code_generator_x86.cc
731
DCHECK_EQ(ret->GetLocations()->InAt(0).AsX86().
AsRegisterPair
(), EAX_EDX);
850
DCHECK_EQ(locations->InAt(0).AsX86().
AsRegisterPair
(),
851
locations->Out().AsX86().
AsRegisterPair
());
[
all
...]
code_generator_arm.cc
406
if (destination.AsArm().
AsRegisterPair
() == R1_R2) {
430
if (source.AsArm().
AsRegisterPair
() == R1_R2) {
786
DCHECK_EQ(ret->GetLocations()->InAt(0).AsArm().
AsRegisterPair
(), R0_R1);
[
all
...]
Completed in 238 milliseconds