Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DTarget.h202 unsigned getPPCDFormOp(unsigned secondaryOp);
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp833 unsigned elf::getPPCDFormOp(unsigned secondaryOp) { in getPPCDFormOp() function in elf
905 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe()
925 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe()
DPPC.cpp457 uint32_t dFormOp = getPPCDFormOp((read32(loc) & 0x000007fe) >> 1); in relaxTlsIeToLe()