Home
last modified time | relevance | path

Searched refs:misaligned (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/test/MC/Mips/
Dmips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
11 # CHECK: error: branch to misaligned address
13 # CHECK: error: branch to misaligned address
15 # CHECK: error: branch to misaligned address
20 # CHECK: error: branch to misaligned address
22 # CHECK: error: branch to misaligned address
24 # CHECK: error: branch to misaligned address
28 # CHECK: error: branch to misaligned address
[all …]
Dmicromips-bad-branches.s3 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
12 # CHECK: error: branch to misaligned address
16 # CHECK: error: branch to misaligned address
21 # CHECK: error: branch to misaligned address
25 # CHECK: error: branch to misaligned address
30 # CHECK: error: branch to misaligned address
34 # CHECK: error: branch to misaligned address
39 # CHECK: error: branch to misaligned address
43 # CHECK: error: branch to misaligned address
[all …]
Dmicromips-invalid.s5 addiur1sp $7, 241 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: misaligned immediate operand value
/external/llvm/test/MC/ARM/
Dthumb1-relax.s17 @ CHECK: misaligned pc-relative fixup value
20 @ CHECK: misaligned pc-relative fixup value
/external/llvm/test/CodeGen/ARM/
Dbyval-align.ll41 ; "byval align 32" can't fit in regs no matter what: it would be misaligned
42 ; unless the incoming stack was deliberately misaligned.
Ddwarf-unwind.ll5 ; list when it detects a potential misaligned VFP store. However, if there are
/external/clang/docs/
DUndefinedBehaviorSanitizer.rst15 * Using misaligned or null pointer
64 the first invalid use of a null pointer, and trap after the first use of misaligned
74 - ``-fsanitize=alignment``: Use of a misaligned pointer or creation
75 of a misaligned reference.
/external/llvm/test/Other/
Dlint.ll31 ; CHECK: Memory reference address is misaligned
33 ; CHECK: Memory reference address is misaligned
105 ; CHECK-NOT: Memory reference address is misaligned
/external/libweave/third_party/modp_b64/
DREADME.chromium16 The modp_b64.cc was modified to avoid misaligned read/write on
/external/llvm/test/MC/Mips/micromips32r6/
Dinvalid.s5 addiur1sp $7, 241 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: misaligned immediate operand value
14 beqzc16 $6, 31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address
17 bnezc16 $6, 31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address
/external/llvm/test/MC/Mips/micromips64r6/
Dinvalid.s5 addiur1sp $7, 241 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: misaligned immediate operand value
14 beqzc16 $6, 31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address
17 bnezc16 $6, 31 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: branch to misaligned address
/external/compiler-rt/lib/ubsan/
Dubsan_checks.inc22 UBSAN_CHECK(MisalignedPointerUse, "misaligned-pointer-use", "alignment")
/external/icu/icu4c/source/config/
Dmh-hpux-acc26 # 4232 conversion to a more strictly aligned type may cause misaligned access.
/external/llvm/test/CodeGen/AMDGPU/
Dunaligned-load-store.ll153 ; FIXME: We mark v4i32 as custom, so misaligned loads are never expanded.
/external/valgrind/docs/internals/
D3_1_BUGSTATUS.txt114 v5500 v5674 n-i-bz misaligned path word-size bug in mc_main.c
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc3894 int misaligned = (offset & 3); in LoadP() local
3895 if (misaligned) { in LoadP()
3927 int misaligned = (offset & 3); in StoreP() local
3928 if (misaligned) { in StoreP()
3958 int misaligned = (offset & 3); in LoadWordArith() local
3959 if (misaligned) { in LoadWordArith()
/external/opencv3/3rdparty/libpng/
DREADME44 on big-endian processors that support misaligned data access, faster
/external/libpng/
DREADME51 on big-endian processors that support misaligned data access, faster
/external/squashfs-tools/
DCHANGES441 misaligned short read. This was to fix reading on an ARM7 running
442 uCLinux without a misaligned read interrupt handler.
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm81 ; In some instances macho32 tables get misaligned when using .rodata.
/external/tcpdump/
DCHANGES804 - Fix bugs in the autoconf misaligned accesses code fragment.
827 - Use autoconf to detect architectures that can't handle misaligned
/external/libevent/
Dwhatsnew-2.0.txt340 data was misaligned, we used memmove to move the data back to the front
/external/libpcap/
DCHANGES680 - Use autoconf to detect architectures that can't handle misaligned
/external/elfutils/libelf/
DChangeLog826 * elf_begin.c (get_shnum): Avoid misaligned reads for matching endian.
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst2009 accessing a misaligned address is undefined.

12