Searched refs:RCX (Results 1 – 11 of 11) sorted by relevance
/art/compiler/utils/x86_64/ |
D | managed_register_x86_64.cc | 28 P(RAX, RCX) \ 31 P(RDX, RCX) \ 34 P(RCX, RBX) \ 35 P(RCX, RDI) \
|
D | managed_register_x86_64_test.cc | 48 reg = X86_64ManagedRegister::FromCpuRegister(RCX); in TEST() 54 EXPECT_EQ(RCX, reg.AsCpuRegister()); in TEST() 134 EXPECT_EQ(RCX, reg.AsRegisterPairHigh()); in TEST() 161 EXPECT_EQ(RCX, reg.AsRegisterPairHigh()); in TEST() 187 EXPECT_EQ(RCX, reg.AsRegisterPairLow()); in TEST() 196 EXPECT_EQ(RCX, reg.AsRegisterPairLow()); in TEST()
|
D | assembler_x86_64_test.cc | 174 x86_64::CpuRegister(x86_64::RCX), TIMES_4, 17)); in SetUpHelpers() 191 x86_64::CpuRegister(x86_64::RCX), TIMES_4, 17)); in SetUpHelpers() 209 secondary_register_names_.emplace(x86_64::CpuRegister(x86_64::RCX), "ecx"); in SetUpHelpers() 226 tertiary_register_names_.emplace(x86_64::CpuRegister(x86_64::RCX), "cx"); in SetUpHelpers() 243 quaternary_register_names_.emplace(x86_64::CpuRegister(x86_64::RCX), "cl"); in SetUpHelpers() 272 x86_64::CpuRegister(x86_64::RCX), in GetRegisters() 657 x86_64::CpuRegister shifter(x86_64::RCX); in shll_fn() 678 x86_64::CpuRegister shifter(x86_64::RCX); in shlq_fn() 699 x86_64::CpuRegister shifter(x86_64::RCX); in shrl_fn() 719 x86_64::CpuRegister shifter(x86_64::RCX); in shrq_fn() [all …]
|
D | assembler_x86_64.cc | 5512 CHECK_EQ(shifter.AsRegister(), RCX); in EmitGenericShift()
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 29 RCX = 1, enumerator
|
D | callee_save_frame_x86_64.h | 38 (1 << art::x86_64::RSI) | (1 << art::x86_64::RDX) | (1 << art::x86_64::RCX) | 41 (1 << art::x86_64::RAX) | (1 << art::x86_64::RCX) | (1 << art::x86_64::RDX) |
|
D | context_x86_64.cc | 68 gprs_[RCX] = nullptr; in SmashCallerSaves()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 33 X86_64ManagedRegister::FromCpuRegister(RCX), 286 case 3: res = X86_64ManagedRegister::FromCpuRegister(RCX); break; in CurrentParamRegister()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 37 static constexpr Register kParameterCoreRegisters[] = { RSI, RDX, RCX, R8, R9 }; 44 static constexpr Register kRuntimeParameterCoreRegisters[] = { RDI, RSI, RDX, RCX };
|
D | intrinsics_x86_64.cc | 670 locations->AddTemp(Location::RegisterLocation(RCX)); in CreateSystemArrayCopyLocations() 757 DCHECK_EQ(count.AsRegister(), RCX); in SystemArrayCopyPrimitive() 875 locations->AddTemp(Location::RegisterLocation(RCX)); in VisitSystemArrayCopy() 1147 DCHECK_EQ(temp3.AsRegister(), RCX); in VisitSystemArrayCopy() 1197 locations->AddTemp(Location::RegisterLocation(RCX)); in VisitStringEquals() 1327 locations->AddTemp(Location::RegisterLocation(RCX)); in CreateStringIndexOfLocations() 1350 DCHECK_EQ(counter.AsRegister(), RCX); in GenerateStringIndexOf() 1573 locations->AddTemp(Location::RegisterLocation(RCX)); in VisitStringGetCharsNoCheck() 1601 __ movl(CpuRegister(RCX), srcEnd); in VisitStringGetCharsNoCheck() 1603 __ subl(CpuRegister(RCX), Immediate(srcBegin_value)); in VisitStringGetCharsNoCheck() [all …]
|
D | code_generator_x86_64.cc | 4961 locations->SetInAt(1, Location::ByteRegisterOrConstant(RCX, op->InputAt(1))); in HandleShift() 5037 locations->SetInAt(1, Location::ByteRegisterOrConstant(RCX, ror->InputAt(1))); in VisitRor()
|