Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDPPC64.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 …]
HDPPC.cpp481 unsigned secondaryOp = (read32(loc) & 0x000007fe) >> 1; in relaxTlsIeToLe() local
482 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe()
484 dFormOp = getPPCDSFormOp(secondaryOp); in relaxTlsIeToLe()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDTarget.h213 unsigned getPPCDFormOp(unsigned secondaryOp);
214 unsigned getPPCDSFormOp(unsigned secondaryOp);