Home
last modified time | relevance | path

Searched refs:LoadAddress (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp161 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress; in registerEHFrames()
175 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress; in deregisterEHFrames()
290 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation()
306 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation()
319 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation()
345 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); in resolveX86Relocation()
362 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveAArch64Relocation()
506 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF); in resolveARMRelocation()
581 << format("%p", Section.LoadAddress + Offset) << " Value: " in resolveMIPSRelocation()
793 uint64_t FinalAddress = (Section.LoadAddress + Offset); in resolvePPC64Relocation()
[all …]
DRuntimeDyldMachO.cpp179 intptr_t MemDistance = A->LoadAddress - B->LoadAddress; in computeDelta()
209 MemMgr->registerEHFrames(EHFrame->Address, EHFrame->LoadAddress, in registerEHFrames()
267 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveRelocation()
306 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveI386Relocation()
318 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress; in resolveI386Relocation()
319 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress; in resolveI386Relocation()
340 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveX86_64Relocation()
370 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveARMRelocation()
423 uint64_t FinalAddress = Section.LoadAddress + RE.Offset; in resolveAArch64Relocation()
DRuntimeDyldImpl.h60 uint64_t LoadAddress; variable
73 LoadAddress((uintptr_t)address), StubOffset(size), in SectionEntry()
249 return Sections[SectionID].LoadAddress; in getSectionLoadAddress()
DRuntimeDyld.cpp56 uint64_t Addr = Sections[i].LoadAddress; in resolveRelocations()
612 Sections[SectionID].LoadAddress = Addr; in reassignSectionAddress()
/external/chromium_org/v8/src/ic/x64/
Dstub-cache-x64.cc41 __ LoadAddress(kScratchRegister, key_offset); in ProbeTable() local
58 __ LoadAddress(kScratchRegister, value_offset); in ProbeTable() local
Dic-x64.cc336 __ LoadAddress(kScratchRegister, cache_keys); in GenerateGeneric() local
361 __ LoadAddress(kScratchRegister, cache_field_offsets); in GenerateGeneric() local
/external/chromium_org/v8/src/x64/
Ddeoptimizer-x64.cc185 __ LoadAddress(arg5, ExternalReference::isolate_address(isolate())); in Generate() local
189 __ LoadAddress(r9, ExternalReference::isolate_address(isolate())); in Generate() local
238 __ LoadAddress(arg_reg_2, ExternalReference::isolate_address(isolate())); in Generate() local
Dregexp-macro-assembler-x64.cc323 __ LoadAddress(r9, ExternalReference::isolate_address(isolate())); in CheckNotBackReferenceIgnoreCase() local
334 __ LoadAddress(rcx, ExternalReference::isolate_address(isolate())); in CheckNotBackReferenceIgnoreCase() local
941 __ LoadAddress(r8, ExternalReference::isolate_address(isolate())); in GetCode() local
946 __ LoadAddress(rdx, ExternalReference::isolate_address(isolate())); in GetCode() local
Dmacro-assembler-x64.cc112 void MacroAssembler::LoadAddress(Register destination, in LoadAddress() function in v8::internal::MacroAssembler
156 LoadAddress(kScratchRegister, source); in PushAddress()
651 LoadAddress(rbx, ExternalReference(f, isolate())); in CallRuntime()
660 LoadAddress(rbx, ext); in CallExternalReference()
749 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate())); in CallApiFunctionAndReturn()
779 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate())); in CallApiFunctionAndReturn()
855 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate())); in CallApiFunctionAndReturn()
856 LoadAddress(rax, in CallApiFunctionAndReturn()
867 LoadAddress(rbx, ext); in JumpToExternalReference()
2951 LoadAddress(kScratchRegister, ext); in Jump()
[all …]
Dcode-stubs-x64.cc121 __ LoadAddress(arg_reg_1, in Generate() local
1161 __ LoadAddress(kScratchRegister, in Generate()
1188 __ LoadAddress( in Generate()
1314 __ LoadAddress( in Generate()
3929 __ LoadAddress(arg_reg_3, in InformIncrementalMarker() local
Dmacro-assembler-x64.h121 void LoadAddress(Register destination, ExternalReference source);
Dlithium-codegen-x64.cc1737 __ LoadAddress(ToRegister(instr->result()), instr->value()); in DoConstantE() local
/external/chromium_org/v8/test/cctest/
Dtest-macro-assembler-mips64.cc178 TEST(LoadAddress) { in TEST() argument
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td1523 class LoadAddress<string instr_asm, Operand MemOpnd, RegisterOperand RO> :
1526 def LoadAddr32Reg : LoadAddress<"la", mem, GPR32Opnd>;