Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC64.cpp535 static int64_t getTotalDisp(uint64_t prefixedInsn, uint32_t accessInsn) { in getTotalDisp() argument
538 int32_t disp16 = llvm::SignExtend32(accessInsn & 0xffff, 16); in getTotalDisp()
540 if (isDQFormInstruction(accessInsn)) in getTotalDisp()
542 else if (isDSFormInstruction(getPPCLegacyInsn(accessInsn))) in getTotalDisp()
675 uint32_t accessInsn = read32(loc + rel.addend); in relaxGot() local
676 uint64_t pcRelInsn = getPCRelativeForm(accessInsn); in relaxGot()
684 Twine::utohexstr(accessInsn)); in relaxGot()
688 int64_t totalDisp = getTotalDisp(insn, accessInsn); in relaxGot()