Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp833 unsigned elf::getPPCDFormOp(unsigned secondaryOp) { in getPPCDFormOp() argument
834 switch (secondaryOp) { in getPPCDFormOp()
904 uint32_t secondaryOp = (read32(loc) & 0x000007FE) >> 1; // bits 21-30 in relaxTlsIeToLe() local
905 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe()
918 uint32_t secondaryOp = (tlsInstr & 0x000007FE) >> 1; // bits 21-30 in relaxTlsIeToLe() local
922 if (secondaryOp == 266) { in relaxTlsIeToLe()
925 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe()
/external/llvm-project/lld/ELF/
DTarget.h202 unsigned getPPCDFormOp(unsigned secondaryOp);