Searched refs:read16 (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | Endian.h | 360 inline uint16_t read16(const void *P, endianness E) { in read16() function 370 template <endianness E> inline uint16_t read16(const void *P) { in read16() function 380 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le() 383 inline uint16_t read16be(const void *P) { return read16<big>(P); } in read16be()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Target.h | 262 inline uint16_t read16(const void *p) { in read16() function 263 return llvm::support::endian::read16(p, config->endianness); in read16()
|
| D | SyntheticSections.cpp | 558 return read16(buf); in readFdeAddr() 560 return (int16_t)read16(buf); in readFdeAddr()
|
| /openbsd/src/gnu/llvm/lld/ELF/Arch/ |
| D | Mips.cpp | 252 uint16_t instr = read16(loc); in writeMicroRelocation16() 446 return SignExtend64<8>(read16(buf) << 1); in getImplicitAddend() 448 return SignExtend64<11>(read16(buf) << 1); in getImplicitAddend()
|
| D | PPC64.cpp | 1258 write16(loc, (read16(loc) & mask) | lo(val)); in relocate() 1330 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
|
| /openbsd/src/sys/dev/pci/drm/i915/gt/ |
| D | intel_engine.h | 61 #define ENGINE_READ16(...) __ENGINE_READ_OP(read16, __VA_ARGS__)
|
| /openbsd/src/sys/dev/pci/drm/i915/ |
| D | intel_uncore.h | 372 __uncore_read(read16, 16, w, true)
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/ |
| D | llvm-objdump.cpp | 1044 << format_hex(support::endian::read16(Bytes.data() + Index, Endian), 6); in dumpARMELFData()
|