Searched refs:RSI (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 36 RSI = 6, enumerator
|
D | quick_method_frame_info_x86_64.h | 32 (1 << art::x86_64::RSI) | (1 << art::x86_64::RDX) | (1 << art::x86_64::RCX) |
|
D | context_x86_64.cc | 68 gprs_[RSI] = nullptr; in SmashCallerSaves()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 84 case 0: res = X86_64ManagedRegister::FromCpuRegister(RSI); break; in CurrentParamRegister() 176 case 1: res = X86_64ManagedRegister::FromCpuRegister(RSI); 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 }; 88 return Location::RegisterLocation(RSI); in GetObjectLocation() 101 : Location::RegisterLocation(RSI)); in GetSetValueLocation()
|
D | intrinsics_x86_64.cc | 971 locations->AddTemp(Location::RegisterLocation(RSI)); in VisitSystemArrayCopyChar() 1054 DCHECK_EQ(src_base.AsRegister(), RSI); in VisitSystemArrayCopyChar() 1396 locations->SetOut(Location::RegisterLocation(RSI), Location::kOutputOverlap); in VisitStringEquals() 1717 locations->AddTemp(Location::RegisterLocation(RSI)); in VisitStringGetCharsNoCheck() 1752 __ leaq(CpuRegister(RSI), Address(obj, srcBegin_value * char_size + value_offset)); in VisitStringGetCharsNoCheck() 1754 __ leaq(CpuRegister(RSI), Address(obj, srcBegin.AsRegister<CpuRegister>(), in VisitStringGetCharsNoCheck()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 151 registers_.push_back(new x86_64::CpuRegister(x86_64::RSI)); in SetUpHelpers() 168 secondary_register_names_.emplace(x86_64::CpuRegister(x86_64::RSI), "esi"); in SetUpHelpers() 185 tertiary_register_names_.emplace(x86_64::CpuRegister(x86_64::RSI), "si"); in SetUpHelpers() 202 quaternary_register_names_.emplace(x86_64::CpuRegister(x86_64::RSI), "sil"); in SetUpHelpers() 689 x86_64::CpuRegister(x86_64::RSI)); in TEST_F() 692 x86_64::CpuRegister(x86_64::RSI)); in TEST_F() 697 x86_64::CpuRegister(x86_64::R13), 0), x86_64::CpuRegister(x86_64::RSI)); in TEST_F() 700 x86_64::CpuRegister(x86_64::RSI)); in TEST_F() 714 x86_64::CpuRegister(x86_64::RSI)); in TEST_F() 717 x86_64::CpuRegister(x86_64::RSI)); in TEST_F() [all …]
|