Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp559 static uint64_t readPrefixedInstruction(const uint8_t *loc) { in readPrefixedInstruction() function
654 uint64_t insn = readPrefixedInstruction(loc); in relaxGot()
669 uint64_t insn = readPrefixedInstruction(loc); in relaxGot()
886 const uint64_t pldRT = readPrefixedInstruction(loc) & 0x0000000003e00000; in relaxTlsIeToLe()
1357 uint64_t instr = readPrefixedInstruction(loc) & ~fullMask; in relocate()
1434 if ((readPrefixedInstruction(loc) & 0xfc000000) == 0xe4000000) in adjustGotPcExpr()