Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp195 void elf::writePrefixedInstruction(uint8_t *loc, uint64_t insn) { in writePrefixedInstruction() function in elf
668 writePrefixedInstruction(loc, insn); in relaxGot()
695 writePrefixedInstruction(loc, pcRelInsn | in relaxGot()
735 writePrefixedInstruction(loc, 0x06000000386d0000); in relaxTlsGdToLe()
796 writePrefixedInstruction(loc, 0x06000000386d1000); in relaxTlsLdToLe()
895 writePrefixedInstruction(loc, 0x06000000380d0000 | pldRT); in relaxTlsIeToLe()
1365 writePrefixedInstruction(loc, instr | ((val & si0Mask) << 16) | in relocate()
1483 writePrefixedInstruction(loc, 0x04100000e4600000); in relaxTlsGdToIe()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DThunks.cpp952 writePrefixedInstruction(buf + 4, paddi); // paddi r12, 0, func@pcrel, 1 in writeTo()
995 writePrefixedInstruction(buf + 0, paddi); // paddi r12, 0, func@pcrel, 1 in writeTo()
1022 writePrefixedInstruction(buf + 0, pld); // pld r12, func@plt@pcrel in writeTo()
1083 writePrefixedInstruction(buf + 0, paddi); // paddi r12, 0, func@pcrel, 1 in writeTo()
H A DTarget.h221 void writePrefixedInstruction(uint8_t *loc, uint64_t insn);