Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 138) sorted by relevance

123456

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
Derratum843419.s65 # double word access that crosses a 64 bit boundary
69 # word access that crosses a 64 boundary
76 # double word access that crosses a 128 boundary
80 # word access that crosses a 128 bit boundary
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dmips16-hilo.s6 # align section end to 16-byte boundary for easier testing on multiple targets
13 # align section end to 16-byte boundary for easier testing on multiple targets
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dmips16-f.s6 # align section end to 16-byte boundary for easier testing on multiple targets
12 # align section end to 16-byte boundary for easier testing on multiple targets
Dmips16-e.s8 # align section end to 16-byte boundary for easier testing on multiple targets
19 # align section end to 16-byte boundary for easier testing on multiple targets
Dmips16-jalx.s4 # align section end to 16-byte boundary for easier testing on multiple targets
Dmips-jalx.s5 # align section end to 16-byte boundary for easier testing on multiple targets
Dloongson-2f-2.s9 # align section end to 16-byte boundary for easier testing on multiple targets
Dlifloat.s10 # Round to a 16 byte boundary, for ease in testing multiple targets.
Delf-rel6.s19 # align section end to 16-byte boundary for easier testing on multiple targets
/toolchain/binutils/binutils-2.27/gold/testsuite/
Darm_fix_v4bx.s4 # Align this to 256-byte boundary for easier address matching.
17 # Align this to 256-byte boundary for easier address matching.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
Dfslotx.s2 # The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.
4 # to a 32 bit boundary.
Dfslot.s2 # The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.
4 # to a 32 bit boundary.
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-tic54x.texi64 boundary (usually a page, or 128 words) if it is smaller than the
65 blocking size, or to start on a page boundary if it is larger than the
330 Align the section program counter on the next boundary, based on
335 Align SPC to word boundary
337 Align SPC to longword boundary (same as .even)
339 Align SPC to page boundary
357 should be aligned on a page boundary if it would otherwise cross a page
358 boundary. If present, @var{alignment_flag} causes the assembler to
359 allocate @var{size} on a long word boundary.
406 @code{.xfloat} align the result on a longword boundary. Values are
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-d10v/
Dreloc-003.d5 # Test 10 bit pc rel reloc bad boundary.
Dreloc-011.d5 # Test 10 bit pc rel reloc negative bad boundary.
Dreloc-002.d5 # Test 10 bit pc rel reloc good boundary.
Dreloc-014.d5 # Test 18 bit pc rel reloc negative good boundary case
Dreloc-006.d5 # Test 18 bit pc rel reloc good boundary
Dreloc-010.d5 # Test 10 bit pc rel reloc negative good boundary case
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Dthumbv6k.s9 # arm-aout wants the segment padded to an 16-byte boundary;
Dreg-alias.s11 @ the .text section to a 16 byte boundary.
/toolchain/binutils/binutils-2.27/bfd/
Dlibbfd-in.h35 #define BFD_ALIGN(this, boundary) \ argument
36 ((((bfd_vma) (this) + (boundary) - 1) >= (bfd_vma) (this)) \
37 ? (((bfd_vma) (this) + ((boundary) - 1)) & ~ (bfd_vma) ((boundary)-1)) \
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
Ddual02-err.s1 # Dual-mode pairs must be aligned on an 8-byte boundary. This tests
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
Drelax_call26_cache.s4 # a 256MB memory segment boundary with calls to the same function on either
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
Dalign.s2 * .even == .align 1, .even 2 == longword boundary

123456