Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp847 unsigned elf::getPPCDSFormOp(unsigned secondaryOp) { in getPPCDSFormOp() argument
848 switch (secondaryOp) { in getPPCDSFormOp()
860 unsigned elf::getPPCDFormOp(unsigned secondaryOp) { in getPPCDFormOp() argument
861 switch (secondaryOp) { in getPPCDFormOp()
937 uint32_t secondaryOp = (read32(loc) & 0x000007FE) >> 1; // bits 21-30 in relaxTlsIeToLe() local
938 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe()
941 dFormOp = getPPCDSFormOp(secondaryOp); in relaxTlsIeToLe()
957 uint32_t secondaryOp = (tlsInstr & 0x000007FE) >> 1; // bits 21-30 in relaxTlsIeToLe() local
961 if (secondaryOp == 266) { in relaxTlsIeToLe()
972 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe()
[all …]
H A DPPC.cpp481 unsigned secondaryOp = (read32(loc) & 0x000007fe) >> 1; in relaxTlsIeToLe()
482 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe()
484 dFormOp = getPPCDSFormOp(secondaryOp); in relaxTlsIeToLe()
474 unsigned secondaryOp = (read32(loc) & 0x000007fe) >> 1; relaxTlsIeToLe() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h213 unsigned getPPCDFormOp(unsigned secondaryOp);
214 unsigned getPPCDSFormOp(unsigned secondaryOp);