Home
last modified time | relevance | path

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

1234

/external/llvm/include/llvm/Support/
DEndian.h27 enum {aligned = 0, unaligned = 1}; enumerator
92 <uint8_t, little, unaligned> ulittle8_t;
94 <uint16_t, little, unaligned> ulittle16_t;
96 <uint32_t, little, unaligned> ulittle32_t;
98 <uint64_t, little, unaligned> ulittle64_t;
101 <int8_t, little, unaligned> little8_t;
103 <int16_t, little, unaligned> little16_t;
105 <int32_t, little, unaligned> little32_t;
107 <int64_t, little, unaligned> little64_t;
128 <uint8_t, big, unaligned> ubig8_t;
[all …]
/external/llvm/unittests/Support/
DEndianTest.cpp27 EXPECT_EQ(BigAsHost, (endian::read<int32_t, big, unaligned>(bigval))); in TEST()
29 EXPECT_EQ(LittleAsHost,(endian::read<int32_t, little, unaligned>(littleval))); in TEST()
31 EXPECT_EQ((endian::read<int32_t, big, unaligned>(bigval + 1)), in TEST()
32 (endian::read<int32_t, little, unaligned>(littleval + 1))); in TEST()
37 endian::write<int32_t, big, unaligned>(data, -1362446643); in TEST()
42 endian::write<int32_t, big, unaligned>(data + 1, -1362446643); in TEST()
48 endian::write<int32_t, little, unaligned>(data, -1362446643); in TEST()
53 endian::write<int32_t, little, unaligned>(data + 1, -1362446643); in TEST()
/external/elfutils/libcpu/
Dmemory-access.h81 union unaligned union
95 const union unaligned *up = p; in read_2ubyte_unaligned()
103 const union unaligned *up = p; in read_2sbyte_unaligned()
112 const union unaligned *up = p; in read_4ubyte_unaligned_noncvt()
118 const union unaligned *up = p; in read_4ubyte_unaligned()
126 const union unaligned *up = p; in read_4sbyte_unaligned()
135 const union unaligned *up = p; in read_8ubyte_unaligned()
143 const union unaligned *up = p; in read_8sbyte_unaligned()
/external/elfutils/libdw/
Dmemory-access.h178 union unaligned union
192 const union unaligned *up = p; in read_2ubyte_unaligned()
200 const union unaligned *up = p; in read_2sbyte_unaligned()
209 const union unaligned *up = p; in read_4ubyte_unaligned_noncvt()
215 const union unaligned *up = p; in read_4ubyte_unaligned()
223 const union unaligned *up = p; in read_4sbyte_unaligned()
232 const union unaligned *up = p; in read_8ubyte_unaligned()
240 const union unaligned *up = p; in read_8sbyte_unaligned()
/external/eigen/test/eigen2/
Deigen2_unalignedassert.cpp85 float *unaligned = buf; in check_unalignedassert_bad() local
86 …while((reinterpret_cast<std::size_t>(unaligned)&0xf)==0) ++unaligned; // make sure unaligned is re… in check_unalignedassert_bad()
87 T *x = ::new(static_cast<void*>(unaligned)) T; in check_unalignedassert_bad()
/external/llvm/test/CodeGen/Mips/
Dswzero.ll3 %struct.unaligned = type <{ i32 }>
5 define void @zero_u(%struct.unaligned* nocapture %p) nounwind {
9 %x = getelementptr inbounds %struct.unaligned* %p, i32 0, i32 0
/external/elfutils/libelf/
Dgelf_xlate.c92 union unaligned union
99 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits)
100 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val)
/external/llvm/test/CodeGen/X86/
Dsandybridge-loads.ll11 %v0 = load <8 x float>* %a, align 16 ; <---- unaligned!
36 store <8 x float> %v1, <8 x float>* %a, align 16 ; <--- unaligned
D2010-01-07-UAMemFeature.ll1 ; RUN: llc -mcpu=yonah -mattr=vector-unaligned-mem -march=x86 < %s | FileCheck %s
Dmemset.ll46 ; unaligned loads and stores.
/external/valgrind/main/none/tests/
Dmap_unaligned.stderr.exp2 unaligned mmap failed: Invalid argument
/external/oprofile/events/alpha/ev67/
Devents18 event:0x0c counters:0 um:zero minimum:500 name:UNALIGNED_0 : PCTR0 triggered; unaligned load/store …
27 event:0x15 counters:0 um:zero minimum:500 name:UNALIGNED_1 : PCTR1 triggered; unaligned load/store …
/external/openssl/crypto/sha/asm/
Dsha512-armv4.S452 vld1.64 {d0},[r1]! @ handles unaligned
489 vld1.64 {d1},[r1]! @ handles unaligned
526 vld1.64 {d2},[r1]! @ handles unaligned
563 vld1.64 {d3},[r1]! @ handles unaligned
600 vld1.64 {d4},[r1]! @ handles unaligned
637 vld1.64 {d5},[r1]! @ handles unaligned
674 vld1.64 {d6},[r1]! @ handles unaligned
711 vld1.64 {d7},[r1]! @ handles unaligned
748 vld1.64 {d8},[r1]! @ handles unaligned
785 vld1.64 {d9},[r1]! @ handles unaligned
[all …]
Dsha1-armv4-large.S33 ldr r9,[r1],#4 @ handles unaligned
58 ldr r9,[r1],#4 @ handles unaligned
83 ldr r9,[r1],#4 @ handles unaligned
108 ldr r9,[r1],#4 @ handles unaligned
133 ldr r9,[r1],#4 @ handles unaligned
161 ldr r9,[r1],#4 @ handles unaligned
/external/oprofile/events/alpha/ev6/
Devents10 event:0x07 counters:1 um:zero minimum:500 name:UNALIGNED_TRAP : Retired unaligned traps
/external/llvm/lib/Target/X86/
DX86.td76 def FeatureFastUAMem : SubtargetFeature<"fast-unaligned-mem",
78 "Fast unaligned memory access">;
101 def FeatureVectorUAMem : SubtargetFeature<"vector-unaligned-mem",
103 "Allow unaligned memory operands on vector/SIMD instructions">;
/external/clang/test/CodeGenObjC/
Dproperty-aggregate.m4 // not get native atomics, even though x86-64 can do unaligned atomics
/external/eigen/doc/
DD03_WrongStackAlignment.dox22 …' being created at an unaligned location, making your program crash with the \ref TopicUnalignedAr…
/external/libpcap/
Daclocal.m4583 dnl Checks to see if unaligned memory accesses fail
594 [AC_MSG_CHECKING(if unaligned accesses fail)
601 # the CPU faults on an unaligned access, but at least some
603 # the unaligned access (e.g., Alpha/{Digital,Tru64} UNIX) -
610 # comment) doesn't fault on unaligned accesses, but doesn't
611 # do a normal unaligned fetch, either (e.g., presumably, ARM);
620 # file and conclude that unaligned accesses don't work).
679 AC_DEFINE(LBL_ALIGN,1,[if unaligned access fails])
/external/llvm/test/CodeGen/PowerPC/
Dlbzux.ll3 ; RUN: llc -disable-ppc-unaligned < %s | FileCheck %s
Dstwu8.ll1 ; RUN: llc -disable-ppc-unaligned < %s | FileCheck %s
/external/libvpx/libvpx/vpx_ports/
Dx86_abi_support.asm306 ; if u is specified, use unaligned movs.
309 ; but in some cases this is not done and unaligned movs must be used.
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc316 bool unaligned = (addr % kShadowCell) != 0; in MemoryAccessRange() local
327 if (unaligned) in MemoryAccessRange()
/external/valgrind/main/memcheck/tests/
Dorigin3-no.stderr.exp30 Undef 4 of 8 (32 bit undef, unaligned)
/external/llvm/test/Transforms/InstCombine/
Dalign-addr.ll35 ; When we see a unaligned load from an insufficiently aligned global or

1234