Home
last modified time | relevance | path

Searched refs:write16 (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DThunks.cpp654 write16(buf + 0, 0xf000); // b.w S in writeTo()
655 write16(buf + 2, 0xb000); in writeTo()
686 write16(buf + 2, 0x0c00); in writeLong()
688 write16(buf + 6, 0x0c00); in writeLong()
689 write16(buf + 8, 0x4760); // bx ip in writeLong()
721 write16(buf + 2, 0x7cf4); in writeLong()
723 write16(buf + 6, 0x0c00); in writeLong()
843 write16(buf + 0, 0x4778); // bx pc in writeLong()
860 write16(buf + 0, 0x4778); // bx pc in writeLong()
913 write16(buf + 0, 0x4778); // P: bx pc in writeLong()
[all …]
H A DTarget.h297 inline void write16(void *p, uint16_t v) { in write16() function
298 llvm::support::endian::write16(p, v, config->endianness); in write16()
H A DSyntheticSections.cpp3082 write16(buf, 1); // vd_version in writeOne()
3083 write16(buf + 2, flags); // vd_flags in writeOne()
3084 write16(buf + 4, index); // vd_ndx in writeOne()
3085 write16(buf + 6, 1); // vd_cnt in writeOne()
3135 write16(buf, s.sym->versionId); in writeTo()
H A DOutputSections.cpp438 write16(buf, data); in writeInt()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp255 write16(loc, data); in writeMicroRelocation16()
270 write16(buf + 14, 0xfffe); in writePltHeader()
273 write16(buf + 18, 0x0f83); // move $28, $3 in writePltHeader()
274 write16(buf + 20, 0x472b); // jalrc $25 in writePltHeader()
275 write16(buf + 22, 0x0c00); // nop in writePltHeader()
278 write16(buf + 18, 0x45f9); // jalrc $25 in writePltHeader()
280 write16(buf + 22, 0x0c00); // nop in writePltHeader()
329 write16(buf + 4, 0xff22); // lw $25, 0($2) in writePlt()
330 write16(buf + 8, 0x0f02); // move $24, $2 in writePlt()
335 write16(buf + 4, 0xff22); // lw $25, 0($2) in writePlt()
[all …]
H A DARM.cpp591 write16(loc, in relocate()
595 write16(loc + 2, in relocate()
627 write16(loc, in relocate()
630 write16(loc + 2, in relocate()
642 write16(loc, in relocate()
646 write16(loc + 2, in relocate()
669 write16(loc, in relocate()
674 write16(loc + 2, in relocate()
683 write16(loc, in relocate()
687 write16(loc + 2, in relocate()
[all …]
H A DPPC64.cpp1276 write16(loc, val); in relocate()
1289 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1298 write16(loc, ha(val)); in relocate()
1305 write16(loc, hi(val)); in relocate()
1308 write16(loc, hi(val)); in relocate()
1312 write16(loc, higher(val)); in relocate()
1316 write16(loc, highera(val)); in relocate()
1320 write16(loc, highest(val)); in relocate()
1324 write16(loc, highesta(val)); in relocate()
1340 write16(loc, lo(val)); in relocate()
[all …]
H A DPPC.cpp323 write16(loc, val); in relocate()
331 write16(loc, val); in relocate()
340 write16(loc, ha(val)); in relocate()
349 write16(loc, val >> 16); in relocate()
358 write16(loc, val); in relocate()
H A DAArch64.cpp371 write16(loc, val); in relocate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h304 support::endian::write16<Endianness>(FixupPtr, Value); in relocateHalf16()
308 support::endian::write16<Endianness>(FixupPtr, Value & ~3); in relocateHalf16()
313 support::endian::write16<Endianness>(FixupPtr, ha(Value)); in relocateHalf16()
318 support::endian::write16<Endianness>(FixupPtr, hi(Value)); in relocateHalf16()
321 support::endian::write16<Endianness>(FixupPtr, high(Value)); in relocateHalf16()
324 support::endian::write16<Endianness>(FixupPtr, higha(Value)); in relocateHalf16()
327 support::endian::write16<Endianness>(FixupPtr, higher(Value)); in relocateHalf16()
330 support::endian::write16<Endianness>(FixupPtr, highera(Value)); in relocateHalf16()
333 support::endian::write16<Endianness>(FixupPtr, highest(Value)); in relocateHalf16()
341 support::endian::write16<Endianness>(FixupPtr, lo(Value)); in relocateHalf16()
[all …]
/freebsd-14.2/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t0462 addr-version_max get16 write16
474 addr-suites_num get8 dup 1 << write16
480 write16
490 total-ext-length write16
513 2 - write16 \ list length
523 2- write16 \ list length
526 0xDFFFFFFF and 29 write16
529 dup2 >> 1 and if dup write16 then
544 2- write16 \ list length
1118 dup write16
[all …]
H A Dssl_hs_server.t0941 addr-version get16 write16
963 write16
965 0xFF01 write16
966 4 - dup write16
972 0x0001 write16
978 0x0010 write16
979 4 - dup write16
980 2- dup write16
1035 3 write8 curve-id write16
1046 write16
[all …]
H A Dssl_hs_common.t0620 : write16 ( n -- )
625 dup 16 u>> write8 write16 ;
663 dup write16 write-blob ;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h429 inline void write16(void *P, uint16_t V, endianness E) { in write16() function
439 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function
450 write16<llvm::endianness::little>(P, V); in write16le()
459 write16<llvm::endianness::big>(P, V); in write16be()
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dhci.h29 void (*write16)(struct rtw_dev *rtwdev, u32 addr, u16 val); member
109 rtwdev->hci.ops->write16(rtwdev, addr, val); in rtw_write16()
H A Dusb.c693 .write16 = rtw_usb_write16,
H A Dsdio.c1143 .write16 = rtw_sdio_write16,
H A Dpci.c1682 .write16 = rtw_pci_write16,
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dcore.h2958 void (*write16)(struct rtw89_dev *rtwdev, u32 addr, u16 data); member
4553 rtwdev->hci.ops->write16(rtwdev, addr, data); in rtw89_write16()
H A Dpci.c3893 .write16 = rtw89_pci_ops_write16,