Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp468 static PPCPrefixedInsn getPCRelativeForm(PPCLegacyInsn insn) { in getPCRelativeForm() function
489 static uint64_t getPCRelativeForm(uint32_t encoding) { in getPCRelativeForm() function
491 PPCPrefixedInsn pcrelInsn = getPCRelativeForm(origInsn); in getPCRelativeForm()
676 uint64_t pcRelInsn = getPCRelativeForm(accessInsn); in relaxGot()