Home
last modified time | relevance | path

Searched refs:ESI (Results 1 – 8 of 8) sorted by relevance

/art/runtime/arch/x86/
Dregisters_x86.h34 ESI = 6, enumerator
Dcontext_x86.h49 SetGPR(ESI, dex_pc_ptr); in SetNterpDexPC()
Dcallee_save_frame_x86.h35 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
Dquick_entrypoints_x86.S1518 PUSH ESI
1528 POP ESI
1543 POP ESI
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc41 X86ManagedRegister::FromCpuRegister(ESI),
66 X86ManagedRegister::FromCpuRegister(ESI),
/art/compiler/utils/x86/
Dassembler_x86_test.cc83 addresses_.push_back(x86::Address(x86::ESI, 1)); in SetUpHelpers()
103 secondary_register_names_.emplace(x86::Register(x86::ESI), "si"); in SetUpHelpers()
113 tertiary_register_names_.emplace(x86::Register(x86::ESI), "dh"); in SetUpHelpers()
128 x86::EAX, x86::EBX, x86::ECX, x86::EDX, x86::EBP, x86::ESP, x86::ESI, x86::EDI in GetRegisters()
572 x86::Register(x86::ESI), x86::Register(x86::EBX), TIMES_4, 12)); in TEST_F()
/art/compiler/optimizing/
Dintrinsics_x86.cc799 locations->AddTemp(Location::RegisterLocation(ESI)); in CreateSystemArrayCopyLocations()
884 DCHECK_EQ(src_base, ESI); in SystemArrayCopyPrimitive()
1029 locations->SetOut(Location::RegisterLocation(ESI), Location::kOutputOverlap); in VisitStringEquals()
1415 locations->AddTemp(Location::RegisterLocation(ESI)); in VisitStringGetCharsNoCheck()
1471 __ leal(ESI, CodeGeneratorX86::ArrayAddress(obj, srcBegin, TIMES_1, value_offset)); in VisitStringGetCharsNoCheck()
1479 __ movzxb(EAX, Address(ESI, 0)); in VisitStringGetCharsNoCheck()
1482 __ leal(ESI, Address(ESI, c_char_size)); in VisitStringGetCharsNoCheck()
1492 __ leal(ESI, CodeGeneratorX86::ArrayAddress(obj, srcBegin, TIMES_2, value_offset)); in VisitStringGetCharsNoCheck()
2485 locations->SetInAt(3, Location::RegisterPairLocation(ESI, EDI)); in CreateUnsafeGetAndUpdateLocations()
2489 locations->SetInAt(2, Location::RegisterPairLocation(ESI, EDI)); in CreateUnsafeGetAndUpdateLocations()
[all …]
Dcode_generator_x86.cc59 static constexpr Register kCoreCalleeSaves[] = { EBP, ESI, EDI };