Home
last modified time | relevance | path

Searched refs:align_bytes (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Djit.c399 int align_bytes; in jit_read_code_entry() local
408 align_bytes = gdbarch_long_long_align_bit (gdbarch) / 8; in jit_read_code_entry()
410 off = (off + (align_bytes - 1)) & ~(align_bytes - 1); in jit_read_code_entry()
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c10168 int align_bytes = crtl->stack_alignment_needed / BITS_PER_UNIT; in ix86_expand_prologue() local
10188 GEN_INT (-align_bytes))); in ix86_expand_prologue()
10264 int align_bytes = crtl->stack_alignment_needed / BITS_PER_UNIT; in ix86_expand_prologue() local
10265 gcc_assert (align_bytes > MIN_STACK_BOUNDARY / BITS_PER_UNIT); in ix86_expand_prologue()
10280 GEN_INT (-align_bytes))); in ix86_expand_prologue()
10286 m->fs.sp_offset = (m->fs.sp_offset + align_bytes) & -align_bytes; in ix86_expand_prologue()
21884 int desired_align, int align_bytes) in expand_constant_movmem_prologue() argument
21893 if (align_bytes & 1) in expand_constant_movmem_prologue()
21900 if (align_bytes & 2) in expand_constant_movmem_prologue()
21907 && (src_align_bytes & 1) == (align_bytes & 1) in expand_constant_movmem_prologue()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c13632 int align_bytes = crtl->stack_alignment_needed / BITS_PER_UNIT; in ix86_expand_prologue() local
13658 GEN_INT (-align_bytes))); in ix86_expand_prologue()
13745 int align_bytes = crtl->stack_alignment_needed / BITS_PER_UNIT; in ix86_expand_prologue() local
13746 gcc_assert (align_bytes > MIN_STACK_BOUNDARY / BITS_PER_UNIT); in ix86_expand_prologue()
13764 GEN_INT (-align_bytes))); in ix86_expand_prologue()
13765 m->fs.sp_offset = ROUND_UP (m->fs.sp_offset, align_bytes); in ix86_expand_prologue()
27269 int desired_align, int align_bytes, in expand_set_or_movmem_constant_prologue() argument
27286 piece_size <= desired_align && copied_bytes < align_bytes; in expand_set_or_movmem_constant_prologue()
27289 if (align_bytes & piece_size) in expand_set_or_movmem_constant_prologue()
27306 set_mem_size (dst, MEM_SIZE (orig_dst) - align_bytes); in expand_set_or_movmem_constant_prologue()
[all …]
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dread.c2506 parse_align (int align_bytes) in parse_align() argument
2533 if (align_bytes && align != 0) in parse_align()
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dread.c2504 parse_align (int align_bytes) in parse_align() argument
2531 if (align_bytes && align != 0) in parse_align()