Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dregisters_x86.h34 ESI = 6, enumerator
Dcallee_save_frame_x86.h34 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
Dquick_entrypoints_x86.S1721 PUSH ESI
1731 POP ESI
1746 POP ESI
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc38 X86ManagedRegister::FromCpuRegister(ESI),
63 X86ManagedRegister::FromCpuRegister(ESI),
/art/compiler/utils/x86/
Dassembler_x86_test.cc78 addresses_.push_back(x86::Address(x86::ESI, 1)); in SetUpHelpers()
100 new x86::Register(x86::ESI), in SetUpHelpers()
110 secondary_register_names_.emplace(x86::Register(x86::ESI), "si"); in SetUpHelpers()
120 tertiary_register_names_.emplace(x86::Register(x86::ESI), "dh"); in SetUpHelpers()
556 x86::Register(x86::ESI), x86::Register(x86::EBX), x86::TIMES_4, 12)); in TEST_F()
/art/compiler/optimizing/
Dintrinsics_x86.cc808 locations->AddTemp(Location::RegisterLocation(ESI)); in VisitSystemArrayCopyChar()
889 DCHECK_EQ(src_base, ESI); in VisitSystemArrayCopyChar()
997 locations->SetOut(Location::RegisterLocation(ESI), Location::kOutputOverlap); in VisitStringEquals()
1383 locations->AddTemp(Location::RegisterLocation(ESI)); in VisitStringGetCharsNoCheck()
1439 __ leal(ESI, CodeGeneratorX86::ArrayAddress(obj, srcBegin, TIMES_1, value_offset)); in VisitStringGetCharsNoCheck()
1447 __ movzxb(EAX, Address(ESI, 0)); in VisitStringGetCharsNoCheck()
1450 __ leal(ESI, Address(ESI, c_char_size)); in VisitStringGetCharsNoCheck()
1460 __ leal(ESI, CodeGeneratorX86::ArrayAddress(obj, srcBegin, TIMES_2, value_offset)); in VisitStringGetCharsNoCheck()
Dcode_generator_x86.cc54 static constexpr Register kCoreCalleeSaves[] = { EBP, ESI, EDI };