Home
last modified time | relevance | path

Searched refs:unaligned (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h29 enum {aligned = 0, unaligned = 1}; enumerator
57 template <typename value_type, std::size_t alignment = unaligned>
75 template <typename value_type, std::size_t alignment = unaligned,
85 std::size_t alignment = unaligned, typename CharT>
91 template <typename value_type, std::size_t alignment = unaligned>
108 template <typename value_type, std::size_t alignment = unaligned,
116 std::size_t alignment = unaligned, typename CharT>
283 unaligned>;
286 unaligned>;
289 unaligned>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp135 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
140 endian::readNext<uint64_t, endianness::little, unaligned>(Ptr); in deserialize()
159 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
162 endian::readNext<stable_hash, endianness::little, unaligned>(Ptr); in deserialize()
164 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
168 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
172 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
176 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
180 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
182 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
[all …]
H A DOutlinedHashTreeRecord.cpp77 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
80 auto Id = endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
83 endian::readNext<uint64_t, endianness::little, unaligned>(Ptr); in deserialize()
85 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
87 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize()
90 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr)); in deserialize()
H A DCodeGenData.cpp181 H.Magic = endian::readNext<uint64_t, endianness::little, unaligned>(Curr); in readFromBuffer()
184 H.Version = endian::readNext<uint32_t, endianness::little, unaligned>(Curr); in readFromBuffer()
187 H.DataKind = endian::readNext<uint32_t, endianness::little, unaligned>(Curr); in readFromBuffer()
193 endian::readNext<uint64_t, endianness::little, unaligned>(Curr); in readFromBuffer()
196 endian::readNext<uint64_t, endianness::little, unaligned>(Curr); in readFromBuffer()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h112 T, llvm::endianness::little, support::unaligned>> {
114 T, llvm::endianness::little, support::unaligned>;
127 T, llvm::endianness::little, support::unaligned> in fmtle()
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dti-pci.txt36 - ti,syscon-unaligned-access: phandle to the syscon DT node. The 1st argument
39 for setting the bit to enable unaligned
54 - ti,syscon-unaligned-access: phandle to the syscon DT node. The 1st argument
57 for setting the bit to enable unaligned
/freebsd/tests/sys/netpfil/pf/
H A Dscrub_pass.sh47 --send-tcpopt-unaligned
72 --send-tcpopt-unaligned
H A Dscrub.sh46 --send-tcpopt-unaligned
71 --send-tcpopt-unaligned
H A Dscrub_compat.sh47 --send-tcpopt-unaligned
72 --send-tcpopt-unaligned
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt19 - no-unaligned-direct-access: boolean to disable the default direct
23 unaligned accesses as implemented in the JFFS2 code via memcpy().
24 By defining "no-unaligned-direct-access", the flash will not be
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha512-armv7.S514 vld1.64 {d0},[r1]! @ handles unaligned
551 vld1.64 {d1},[r1]! @ handles unaligned
588 vld1.64 {d2},[r1]! @ handles unaligned
625 vld1.64 {d3},[r1]! @ handles unaligned
662 vld1.64 {d4},[r1]! @ handles unaligned
699 vld1.64 {d5},[r1]! @ handles unaligned
736 vld1.64 {d6},[r1]! @ handles unaligned
773 vld1.64 {d7},[r1]! @ handles unaligned
810 vld1.64 {d8},[r1]! @ handles unaligned
847 vld1.64 {d9},[r1]! @ handles unaligned
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h213 unaligned>( in BackpatchByte()
216 endian::writeAtBitAlignment<uint8_t, llvm::endianness::little, unaligned>( in BackpatchByte()
249 unaligned>(Bytes, StartBit)) && in BackpatchByte()
254 endian::writeAtBitAlignment<uint8_t, llvm::endianness::little, unaligned>( in BackpatchByte()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp112 endian::readNext<uint64_t, llvm::endianness::little, unaligned>(Ptr); in readMemInfoBlocksV3()
117 endian::readNext<uint64_t, llvm::endianness::little, unaligned>(Ptr); in readMemInfoBlocksV3()
142 endian::readNext<uint64_t, llvm::endianness::little, unaligned>(Ptr); in readMemInfoBlocksV4()
147 endian::readNext<uint64_t, llvm::endianness::little, unaligned>(Ptr); in readMemInfoBlocksV4()
162 endian::readNext<uint64_t, llvm::endianness::little, unaligned>(Ptr); in readMemInfoBlocksV4()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Do2d.dtsi82 no-unaligned-direct-access;
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_flags.inc41 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.")
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DSFrame.h83 support::detail::packed_endian_specific_integral<T, E, support::unaligned>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td97 // Pseudo registers for unaligned i16
150 // Pseudo regs for unaligned 16-bits
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp41 support::endian::write<ValueType, llvm::endianness::big, support::unaligned>( in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td98 def FeatureUnalignedBufferAccess : SubtargetFeature<"unaligned-buffer-access",
101 "Hardware supports unaligned global loads and stores"
110 def FeatureUnalignedScratchAccess : SubtargetFeature<"unaligned-scratch-access",
113 "Support unaligned scratch loads and stores"
116 def FeatureUnalignedDSAccess : SubtargetFeature<"unaligned-ds-access",
119 "Hardware supports unaligned local and region loads and stores"
310 def FeatureNegativeUnalignedScratchOffsetBug : SubtargetFeature<"negative-unaligned-scratch-offset-…
1264 def FeatureUnalignedAccessMode : SubtargetFeature<"unaligned-access-mode",
1267 "Enable unaligned global, local and region loads and stores if the hardware"
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td336 // On some processors, VLDn instructions that access unaligned data take one
338 // True if VLDn instructions take an extra cycle for unaligned accesses.
341 "Check for VLDn unaligned access">;
460 // True if the subtarget disallows unaligned memory
465 "Disallow all unaligned memory "
/freebsd/contrib/ldns/ldns/
H A Dutil.h.in66 * Copy data allowing for unaligned accesses in network byte order
95 * Copy data allowing for unaligned accesses in network byte order
/freebsd/sys/crypto/openssl/arm/
H A Dsha1-armv4-large.S56 ldr r9,[r1],#4 @ handles unaligned
81 ldr r9,[r1],#4 @ handles unaligned
106 ldr r9,[r1],#4 @ handles unaligned
131 ldr r9,[r1],#4 @ handles unaligned
156 ldr r9,[r1],#4 @ handles unaligned
189 ldr r9,[r1],#4 @ handles unaligned
521 vld1.8 {q0,q1},[r1]! @ handles unaligned
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td112 "Allow memory accesses to be unaligned">;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td195 def FeatureSSEUnalignedMem : SubtargetFeature<"sse-unaligned-mem",
197 …"Allow unaligned memory operands with SSE instructions (this may require setting a configuration b…
488 def TuningSlowUAMem16 : SubtargetFeature<"slow-unaligned-mem-16",
490 "Slow unaligned 16-byte memory access">;
492 def TuningSlowUAMem32 : SubtargetFeature<"slow-unaligned-mem-32",
494 "Slow unaligned 32-byte memory access">;
/freebsd/lib/libc/amd64/string/
H A Dstrlcpy.S84 movdqu (%r9), %xmm2 # load unaligned string head

123