| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC.cpp | 72 write32(config->isLE ? loc : loc - 2, insn); in writeFromHalf16() 119 write32(buf + 36, in writePPC32GlinkSection() 151 write32(buf, 0x60000000); in writePPC32GlinkSection() 176 write32(trapInstr.data(), 0x7fe00008); in PPC() 190 write32(buf, mainPart->dynamic->getVA()); in writeGotHeader() 362 write32(loc, val); in relocate() 368 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate() 378 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate() 420 write32(loc, 0x7c631214); in relaxTlsGdToIe() 436 write32(loc, 0x38630000 | lo(val)); in relaxTlsGdToLe() [all …]
|
| H A D | Mips.cpp | 55 write32(trapInstr.data(), 0x04170001); in MIPS() 211 write32(buf, va); in writeGotPlt() 232 write32(loc, data); in writeValue() 291 write32(buf + 16, 0x03e07825); // move $15, $31 in writePltHeader() 292 write32(buf + 20, 0x0018c082); // srl $24, $24, 2 in writePltHeader() 298 write32(buf + 16, 0x03e07825); // move $15, $31 in writePltHeader() 299 write32(buf + 20, 0x0018c0c2); // srl $24, $24, 3 in writePltHeader() 305 write32(buf + 16, 0x03e07825); // move $15, $31 in writePltHeader() 311 write32(buf + 28, 0x2718fffe); // subu $24, $24, 2 in writePltHeader() 350 write32(buf + 8, jrInst); // jr $25 / jr.hb $25 in writePlt() [all …]
|
| H A D | PPC64.cpp | 281 write32(ptr++, insn); in writeSequence() 768 write32(loc - 1, NOP); in relaxTlsGdToLe() 821 write32(loc, NOP); in relaxTlsLdToLe() 824 write32(loc - 1, NOP); in relaxTlsLdToLe() 915 write32(loc - offset, NOP); in relaxTlsIeToLe() 966 write32(loc - 1, NOP); in relaxTlsIeToLe() 1280 write32(loc, val); in relocate() 1370 write32(loc, val); in relocate() 1552 write32(loc - 1, 0x7c636a14); in relaxTlsGdToIe() 1743 write32(loc + 8, secondInstr); in adjustPrologueForCrossSplitStack() [all …]
|
| H A D | ARM.cpp | 207 write32(buf, in.plt->getVA()); in writeGotPlt() 212 write32(buf, s.getVA()); in writeIgotPlt() 219 write32(buf + 4, 0xe59fe004); // ldr lr, L2 in writePltHeaderLong() 225 write32(buf + 28, 0xd4d4d4d4); in writePltHeaderLong() 228 write32(buf + 16, gotPlt - l1 - 8); in writePltHeaderLong() 251 write32(buf + 0, pltData[0]); in writePltHeader() 254 write32(buf + 12, pltData[3] | (offset & 0xfff)); in writePltHeader() 275 write32(buf + 12, gotPltEntryAddr - l1 - 8); in writePltLong() 301 write32(buf + 8, pltData[2] | (offset & 0xfff)); in writePlt() 539 write32(loc, val); in relocate() [all …]
|
| H A D | AArch64.cpp | 376 write32(loc, val); in relocate() 381 write32(loc, val); in relocate()
|
| H A D | RISCV.cpp | 1185 write32(buf + 1, size - 1); in writeTo() 1192 write32(buf + 1, end - buf); in writeTo()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Thunks.cpp | 530 write32(buf, 0x14000000); // b S in writeTo() 611 write32(buf, 0xea000000); // b S in writeTo() 672 write32(buf + 8, 0xe12fff1c); // bx ip in writeLong() 829 write32(buf + 4, 0xe12fff1c); // bx r12 in writeLong() 863 write32(buf + 8, 0xe12fff1c); // bx r12 in writeLong() 880 write32(buf + 8, 0xe12fff1c); // bx ip in writeLong() 937 write32(buf + 12, 0xe12fff1c); // bx ip in writeLong() 955 write32(buf, 0x940c); // jmp func in writeTo() 970 write32(buf + 12, 0x00000000); // nop in writeTo() 1062 write32(buf + 12, 0x60000000); // nop in writePPC32PltCallStub() [all …]
|
| H A D | SyntheticSections.cpp | 66 write32(buf, val); in writeUint() 480 write32(buf, d.size() - 4); in writeCieFde() 2392 write32(buf, nBuckets); in writeTo() 2394 write32(buf + 8, maskWords); in writeTo() 2395 write32(buf + 12, Shift2); in writeTo() 2422 write32(values++, hash); in writeTo() 2512 write32(buckets + hash, i); in writeTo() 3030 write32(buf + 4, in write() 3032 write32(buf + 8, fdes.size()); in write() 3036 write32(buf, fde.pcRel); in write() [all …]
|
| H A D | Target.h | 301 inline void write32(void *p, uint32_t v) { in write32() function 302 llvm::support::endian::write32(p, v, config->endianness); in write32()
|
| H A D | OutputSections.cpp | 440 write32(buf, data); in writeInt()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | hif.h | 80 void (*write32)(struct ath10k *ar, u32 address, u32 value); member 223 if (!ar->hif.ops->write32) { in ath10k_hif_write32() 228 ar->hif.ops->write32(ar, address, data); in ath10k_hif_write32()
|
| H A D | ce.h | 138 void (*write32)(struct ath10k *ar, u32 offset, u32 value); member
|
| H A D | ahb.c | 717 .write32 = ath10k_ahb_write32, 722 .write32 = ath10k_ahb_write32,
|
| H A D | snoc.c | 1160 .write32 = ath10k_snoc_write32, 1181 .write32 = ath10k_snoc_write32,
|
| H A D | pci.c | 725 ce->bus_ops->write32(ar, offset, value); in ath10k_pci_write32() 3183 .write32 = ath10k_pci_write32, 3624 .write32 = ath10k_bus_pci_write32,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | ppc64.h | 420 support::endian::write32<Endianness>(FixupPtr, (Inst & ~Low14Mask) | in applyFixup() 443 support::endian::write32<Endianness>(FixupPtr, (Inst & 0xfc000003) | in applyFixup() 451 support::endian::write32<Endianness>(FixupPtr + 4, 0xe8410018); in applyFixup() 477 support::endian::write32<Endianness>(FixupPtr, Value); in applyFixup() 485 support::endian::write32<Endianness>(FixupPtr, Value); in applyFixup()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath12k/ |
| H A D | hif.h | 14 void (*write32)(struct ath12k_base *sc, u32 address, u32 data); member 131 ab->hif.ops->write32(ab, address, data); in ath12k_hif_write32()
|
| H A D | pci.c | 1180 .write32 = ath12k_pci_write32,
|
| /freebsd-14.2/sys/contrib/dev/athk/ath11k/ |
| H A D | hif.h | 13 void (*write32)(struct ath11k_base *sc, u32 address, u32 data); member 100 sc->hif.ops->write32(sc, address, data); in ath11k_hif_write32()
|
| H A D | ahb.c | 763 .write32 = ath11k_ahb_write32, 776 .write32 = ath11k_pcic_write32,
|
| H A D | pci.c | 719 .write32 = ath11k_pcic_write32,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Endian.h | 432 inline void write32(void *P, uint32_t V, endianness E) { in write32() function 442 template <endianness E> inline void write32(void *P, uint32_t V) { in write32() function 453 write32<llvm::endianness::little>(P, V); in write32le() 462 write32<llvm::endianness::big>(P, V); in write32be()
|
| /freebsd-14.2/sys/contrib/dev/rtw88/ |
| H A D | hci.h | 30 void (*write32)(struct rtw_dev *rtwdev, u32 addr, u32 val); member 114 rtwdev->hci.ops->write32(rtwdev, addr, val); in rtw_write32()
|
| H A D | usb.c | 694 .write32 = rtw_usb_write32,
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.h | 627 void (*write32)(struct iwl_trans *trans, u32 ofs, u32 val); member 1461 trans->ops->write32(trans, ofs, val); in iwl_trans_write32()
|