Home
last modified time | relevance | path

Searched refs:ByteSwap_64 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h81 inline uint64_t ByteSwap_64(uint64_t value) { in ByteSwap_64() function
116 : ByteSwap_64((uint64_t)C); in getSwappedBytes()
121 : ByteSwap_64((uint64_t)C); in getSwappedBytes()
125 return ByteSwap_64(C); in getSwappedBytes()
128 return ByteSwap_64(C); in getSwappedBytes()
147 out.i = ByteSwap_64(in.i); in getSwappedBytes()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dendianness.h81 inline uint64_t ByteSwap_64(uint64_t value) { in ByteSwap_64() function
116 : ByteSwap_64((uint64_t)C); in getSwappedBytes()
121 : ByteSwap_64((uint64_t)C); in getSwappedBytes()
125 return ByteSwap_64(C); in getSwappedBytes()
128 return ByteSwap_64(C); in getSwappedBytes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp121 *(uint32_t *)swap_buf = llvm::ByteSwap_64(m_data.inst64); in GetData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h146 return GetEndianSwap() ? llvm::ByteSwap_64(m_data.inst64) : m_data.inst64;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp87 return llvm::ByteSwap_64(value); in ReadSwapInt64()
105 return llvm::ByteSwap_64(value); in ReadSwapInt64()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp1006 ByteSwap_64(*reinterpret_cast<uint64_t *>(&ghash)) % tableSize; in insert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp680 uint64_t Tmp1 = ByteSwap_64(U.VAL); in byteSwap()
687 Result.U.pVal[I] = ByteSwap_64(U.pVal[N - I - 1]); in byteSwap()