Home
last modified time | relevance | path

Searched refs:ECX (Results 1 – 11 of 11) sorted by relevance

/art/compiler/utils/x86/
Dmanaged_register_x86.cc28 P(EAX, ECX) \
31 P(EDX, ECX) \
34 P(ECX, EBX) \
35 P(ECX, EDI) \
37 P(ECX, EDX)
Dmanaged_register_x86_test.cc47 reg = X86ManagedRegister::FromCpuRegister(ECX); in TEST()
53 EXPECT_EQ(ECX, reg.AsCpuRegister()); in TEST()
133 EXPECT_EQ(ECX, reg.AsRegisterPairHigh()); in TEST()
160 EXPECT_EQ(ECX, reg.AsRegisterPairHigh()); in TEST()
186 EXPECT_EQ(ECX, reg.AsRegisterPairLow()); in TEST()
195 EXPECT_EQ(ECX, reg.AsRegisterPairLow()); in TEST()
Dassembler_x86_test.cc54 new x86::Register(x86::ECX), in SetUpHelpers()
Dassembler_x86.cc1355 DCHECK_EQ(ECX, shifter); in shld()
1373 DCHECK_EQ(ECX, shifter); in shrd()
1700 CHECK_EQ(shifter, ECX); in EmitGenericShift()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc29 return X86ManagedRegister::FromCpuRegister(ECX); in InterproceduralScratchRegister()
33 return X86ManagedRegister::FromCpuRegister(ECX); in InterproceduralScratchRegister()
88 res = X86ManagedRegister::FromCpuRegister(ECX); in CurrentParamRegister()
/art/runtime/arch/x86/
Dregisters_x86.h31 ECX = 1, enumerator
Dquick_method_frame_info_x86.h42 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
Dcontext_x86.cc71 gprs_[ECX] = nullptr; in SmashCallerSaves()
/art/compiler/optimizing/
Dcode_generator_x86.h36 static constexpr Register kParameterCoreRegisters[] = { ECX, EDX, EBX };
42 static constexpr Register kRuntimeParameterCoreRegisters[] = { EAX, ECX, EDX, EBX };
Dintrinsics_x86.cc964 locations->AddTemp(Location::RegisterLocation(ECX)); in CreateStringIndexOfLocations()
988 DCHECK_EQ(counter, ECX); in GenerateStringIndexOf()
1437 locations->AddTemp(Location::RegisterLocation(ECX)); in CreateIntIntIntIntToVoidPlusTempsLocations()
1555 locations->SetInAt(4, Location::RegisterPairLocation(EBX, ECX)); in CreateIntIntIntIntIntToInt()
1567 locations->AddTemp(Location::RegisterLocation(ECX)); in CreateIntIntIntIntIntToInt()
1597 DCHECK_EQ(locations->InAt(4).AsRegisterPairHigh<Register>(), ECX); in GenCAS()
Dcode_generator_x86.cc993 locations->SetOut(Location::RegisterLocation(ECX)); in VisitCondition()
1446 locations->SetInAt(0, Location::ByteRegisterOrConstant(ECX, conversion->InputAt(0))); in VisitTypeConversion()
2751 locations->SetInAt(1, Location::ByteRegisterOrConstant(ECX, op->InputAt(1))); in HandleShift()
2774 DCHECK_EQ(ECX, second_reg); in HandleShift()
2801 DCHECK_EQ(ECX, second_reg); in HandleShift()
3372 locations->AddTemp(Location::RegisterLocation(ECX)); in HandleFieldSet()
3727 locations->AddTemp(Location::RegisterLocation(ECX)); in VisitArraySet()