Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/interrupts/
H A Dregalign.cgs58 bad1: stdi gr0,@(sp,0) ; misaligned reg
62 bad2: lddi @(sp,0),gr8 ; misaligned reg
66 bad3: stdc cpr0,@(sp,gr0) ; misaligned reg
70 bad4: lddc @(sp,gr0),cpr8 ; misaligned reg
74 bad5: stqi gr2,@(sp,0) ; misaligned reg
78 bad6: ldqi @(sp,0),gr10 ; misaligned reg
82 bad7: stqc cpr2,@(sp,gr0) ; misaligned reg
86 bad8: ldqc @(sp,gr0),cpr10 ; misaligned reg
91 bad9: stdfi fr0,@(sp,0) ; misaligned reg
95 bada: lddfi @(sp,0),fr8 ; misaligned reg
[all …]
H A Dbadalign-fr550.cgs28 sti gr17,@(sp,0) ; misaligned -- no exception
35 ldu @(sp,gr21),gr10 ; misaligned read no exception
H A Dbadalign.cgs29 bad1: sti gr17,@(sp,0) ; misaligned write in slot I1
37 bad3: ldu @(sp,gr21),gr10 ; misaligned read in slot I2
H A Dcompound-fr550.cgs27 store: sti.p gr8,@(sp,0) ; misaligned - no exception
H A Dfp_exception-fr550.cgs53 badst: stdfi fr0,@(sp,0) ; misaligned reg -- slot I0
59 badld: lddfi @(sp,0),fr8 ; misaligned reg -- slot I1
H A Dcompound.cgs27 store: sti.p gr8,@(sp,0) ; misaligned write
H A Dfp_exception.cgs52 badst: stdfi fr0,@(sp,0) ; misaligned reg -- slot I0
57 badld: lddfi @(sp,0),fr8 ; misaligned reg -- slot I1
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dgrammar.asl5104 // Tests OperationRegion memory access using misaligned BYTE,
5106 // using both misaligned field entries and aligned field entries.
5183 // set memory contents to known values using misaligned field entries
5185 // verify memory contents using misaligned field entries
5192 // set memory contents to known values using misaligned field entries
5194 // verify memory contents using misaligned field entries
5201 // set memory contents to known values using misaligned field entries
5203 // verify memory contents using misaligned field entries
5210 // set memory contents to known values using misaligned field entries
5212 // verify memory contents using misaligned field entries
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/m32r/
H A Duread16.ms3 # output: *misaligned read*
H A Duread32.ms3 # output: *misaligned read*
H A Duwrite32.ms3 # output: *misaligned write*
H A Duwrite16.ms3 # output: *misaligned write*
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/
H A Dmisaligned2.ms1 # Test LDR instructions with offsets misaligned by 2 bytes.
H A Dmisaligned1.ms1 # Test LDR instructions with offsets misaligned by 1 byte.
H A Dmisaligned3.ms1 # Test LDR instructions with offsets misaligned by 3 bytes.
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dchanges94 bit 27 = 1 (misaligned bit)
116 bit 27 = 0 (misaligned bit)
/netbsd-src/libexec/ld.elf_so/arch/x86_64/
H A Drtld_start.S75 # This function is called with a misaligned stack from the PLT
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_checks.inc21 UBSAN_CHECK(MisalignedPointerUse, "misaligned-pointer-use", "alignment")
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_checks.inc23 UBSAN_CHECK(MisalignedPointerUse, "misaligned-pointer-use", "alignment")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune.def193 pad returns leads to misaligned return stack. */
273 compact prologues and epilogues by issuing a misaligned moves. This
274 requires target to handle misaligned moves and partial memory stalls
362 /* X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL: Use movups for misaligned loads instead
369 /* X86_TUNE_SSE_UNALIGNED_STORE_OPTIMAL: Use movups for misaligned stores
/netbsd-src/external/mit/libcbor/dist/
H A DCHANGELOG.md15 - Fix possibly misaligned reads and writes when endian.h is uses or when
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUndefinedBehaviorSanitizer.rst15 * Using misaligned or null pointer
68 the first invalid use of a null pointer, and trap after the first use of misaligned
78 - ``-fsanitize=alignment``: Use of a misaligned pointer or creation
79 of a misaligned reference. Also sanitizes assume_aligned-like attributes.
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_checks.inc29 UBSAN_CHECK(MisalignedPointerUse, "misaligned-pointer-use", "alignment")
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune.def215 pad returns leads to misaligned return stack. */
300 compact prologues and epilogues by issuing a misaligned moves. This
301 requires target to handle misaligned moves and partial memory stalls
391 /* X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL: Use movups for misaligned loads instead
398 /* X86_TUNE_SSE_UNALIGNED_STORE_OPTIMAL: Use movups for misaligned stores
/netbsd-src/sys/arch/m68k/m68k/
H A Dw16copy.s127 | %a1 is misaligned, so we're forced to copy the hard way.

1234567