Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp471 static PPCPrefixedInsn getPCRelativeForm(PPCLegacyInsn insn) { in getPCRelativeForm() function
492 static uint64_t getPCRelativeForm(uint32_t encoding) { in getPCRelativeForm() function
494 PPCPrefixedInsn pcrelInsn = getPCRelativeForm(origInsn); in getPCRelativeForm()
677 uint64_t pcRelInsn = getPCRelativeForm(accessInsn); in relaxGot()