Home
last modified time | relevance | path

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

/freebsd/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()
685 write16(buf + 0, 0xf240); // movw ip, :lower16:S in writeLong()
686 write16(buf + 2, 0x0c00); in writeLong()
687 write16(buf + 4, 0xf2c0); // movt ip, :upper16:S in writeLong()
688 write16(buf + 6, 0x0c00); in writeLong()
689 write16(buf + 8, 0x4760); // bx ip in writeLong()
720 write16(buf + 0, 0xf64f); // P: movw ip,:lower16:S - (P + (L1-P) + 4) in writeLong()
721 write16(buf + 2, 0x7cf4); in writeLong()
722 write16(buf + 4, 0xf2c0); // movt ip,:upper16:S - (P + (L1-P) + 4) in writeLong()
[all …]
H A DTarget.h297 inline void write16(void *p, uint16_t v) { in write32()
298 llvm::support::endian::write16(p, v, config->endianness);
291 inline void write16(void *p, uint16_t v) { write16() function
H A DSyntheticSections.cpp3694 write16(buf, 1); // vd_version in writeOne()
3695 write16(buf + 2, flags); // vd_flags in writeOne()
3696 write16(buf + 4, index); // vd_ndx in writeOne()
3697 write16(buf + 6, 1); // vd_cnt in writeOne()
3747 write16(buf, s.sym->versionId); in writeTo()
H A DOutputSections.cpp470 write16(buf, data); in writeInt()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp255 write16(loc, data); in writeMicroRelocation16()
265 write16(buf, isMipsR6() ? 0x7860 : 0x7980); // addiupc v1, (GOTPLT) - . in writePltHeader()
266 write16(buf + 4, 0xff23); // lw $25, 0($3) in writePltHeader()
267 write16(buf + 8, 0x0535); // subu16 $2, $2, $3 in writePltHeader()
268 write16(buf + 10, 0x2525); // srl16 $2, $2, 2 in writePltHeader()
269 write16(buf + 12, 0x3302); // addiu $24, $2, -2 in writePltHeader()
270 write16(buf + 14, 0xfffe); in writePltHeader()
271 write16(buf + 16, 0x0dff); // move $15, $31 in writePltHeader()
273 write16(buf + 18, 0x0f83); // move $28, $3 in writePltHeader()
274 write16(buf + 20, 0x472b); // jalrc $25 in writePltHeader()
[all …]
H A DARM.cpp254 write16(buf + 0, 0xb500); in writePltHeader()
256 write16(buf + 2, 0xf8df); in writePltHeader()
257 write16(buf + 4, 0xe008); in writePltHeader()
258 write16(buf + 6, 0x44fe); in writePltHeader()
260 write16(buf + 8, 0xf85e); in writePltHeader()
261 write16(buf + 10, 0xff08); in writePltHeader()
361 write16(buf + 2, 0x0c00); // use `ip` in writePlt()
365 write16(buf + 6, 0x0c00); // use `ip` in writePlt()
368 write16(buf + 8, 0x44fc); // add ip, pc in writePlt()
369 write16(buf + 10, 0xf8dc); // ldr.w pc, [ip] (bottom half) in writePlt()
[all …]
H A DPPC64.cpp1271 write16(loc + 2, (aalk & 3) | (val & 0xfffc)); in relocate()
1276 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()
[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.cpp455 write16(loc, val); in relocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h304 support::endian::write16<Endianness>(FixupPtr, Value); in applyFixup()
308 support::endian::write16<Endianness>(FixupPtr, Value & ~3); in applyFixup()
313 support::endian::write16<Endianness>(FixupPtr, ha(Value)); in applyFixup()
318 support::endian::write16<Endianness>(FixupPtr, hi(Value)); in applyFixup()
321 support::endian::write16<Endianness>(FixupPtr, high(Value)); in applyFixup()
324 support::endian::write16<Endianness>(FixupPtr, higha(Value)); in applyFixup()
327 support::endian::write16<Endianness>(FixupPtr, higher(Value)); in applyFixup()
330 support::endian::write16<Endianness>(FixupPtr, highera(Value));
333 support::endian::write16<Endianness>(FixupPtr, highest(Value));
336 support::endian::write16<Endiannes
[all...]
/freebsd/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
492 0xFF01 write16 \ extension type (0xFF01)
494 ext-reneg-length 4 - dup write16 \ extension length
498 0x0000 write16 \ extension type (0)
500 ext-sni-length 4 - dup write16 \ extension length
501 2 - dup write16 \ ServerNameList length
506 0x0001 write16 \ extension type (1)
[all …]
H A Dssl_hs_server.t0941 addr-version get16 write16
956 addr-cipher_suite get16 write16
963 write16
965 0xFF01 write16
966 4 - dup write16
972 0x0001 write16
973 1 write16 addr-peer_log_max_frag_len get8 8 - write8
978 0x0010 write16
979 4 - dup write16
980 2- dup write16
[all …]
H A Dssl_hs_common.t0620 : write16 ( n -- )
625 dup 16 u>> write8 write16 ;
663 dup write16 write-blob ;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h445 inline void write16(void *P, uint16_t V, endianness E) { in write16() function
455 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function
466 write16<llvm::endianness::little>(P, V); in write16le()
475 write16<llvm::endianness::big>(P, V); in write16be()
/freebsd/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.c732 .write16 = rtw_usb_write16, in rtw_usb_deinit_rx()
H A Dsdio.c435 rtw_warn(rtwdev, "sdio write16 failed (0x%x): %d", addr, ret); in rtw_sdio_write16()
1164 .write16 = rtw_sdio_write16, in rtw_sdio_request_irq()
H A Dpci.c1687 .write16 = rtw_pci_write16,
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h3478 void (*write16)(struct rtw89_dev *rtwdev, u32 addr, u16 data);
5697 rtwdev->hci.ops->write16(rtwdev, addr, data);
2958 void (*write16)(struct rtw89_dev *rtwdev, u32 addr, u16 data); global() member
H A Dpci.c4350 .write16 = rtw89_pci_ops_write16,