Searched refs:align (Results 276 - 300 of 738) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/dtc/
H A Dflattree.c53 void (*align)(void *, int); member in struct:emitter
110 .align = bin_emit_align,
236 .align = asm_emit_align,
276 emit->align(etarget, sizeof(cell_t));
291 emit->align(etarget, 8);
294 emit->align(etarget, sizeof(cell_t));
303 emit->align(etarget, 8);
306 emit->align(etarget, sizeof(cell_t));
621 static void flat_realign(struct inbuf *inb, int align) argument
625 inb->ptr = inb->base + ALIGN(off, align);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl44 .align 32
95 .align 32
175 .align 16
196 .align 32
275 .align 16
304 .align 32
435 .align 16
456 .align 32
589 .align 16
612 .align
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl62 .align 5
70 .align 5
104 .align 4
156 .align 4
191 .align 4
241 .align 5
305 .align 5
350 .align 5
403 .align 4
455 .align
[all...]
H A Daesni-sha256-x86_64.pl113 .align 16
156 .align 64
197 .align 64
332 .align 64
344 and \$-64,%rsp # align stack frame
405 .align 16
431 .align 16
630 .align 64
642 and \$-64,%rsp # align stack frame
703 .align 1
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c856 unsigned int align ATTRIBUTE_UNUSED)
858 return MOVE_BY_PIECES_P (len, align);
875 unsigned int align, int endp)
883 align = MIN (to ? MEM_ALIGN (to) : align, MEM_ALIGN (from));
924 && move_by_pieces_ninsns (len, align, max_size) > 2)
963 if (align >= GET_MODE_ALIGNMENT (tmode))
964 align = GET_MODE_ALIGNMENT (tmode);
973 || SLOW_UNALIGNED_ACCESS (tmode, align))
976 align
871 move_by_pieces(rtx to, rtx from, unsigned HOST_WIDE_INT len, unsigned int align, int endp) argument
1033 move_by_pieces_ninsns(unsigned HOST_WIDE_INT l, unsigned int align, unsigned int max_size) argument
1158 unsigned int align; local
1273 emit_block_move_via_movmem(rtx x, rtx y, rtx size, unsigned int align) argument
2189 can_store_by_pieces(unsigned HOST_WIDE_INT len, rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode), void *constfundata, unsigned int align) argument
2285 store_by_pieces(rtx to, unsigned HOST_WIDE_INT len, rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode), void *constfundata, unsigned int align, int endp) argument
2337 clear_by_pieces(rtx to, unsigned HOST_WIDE_INT len, unsigned int align) argument
2505 unsigned int align; local
2649 set_storage_via_setmem(rtx object, rtx size, rtx val, unsigned int align) argument
3586 emit_push_insn(rtx x, enum machine_mode mode, tree type, rtx size, unsigned int align, int partial, rtx reg, int extra, rtx args_addr, rtx args_so_far, int reg_parm_stack_space, rtx alignment_pad) argument
3785 word_mode, NULL_TREE, NULL_RTX, align, 0, NULL_RTX, local
7217 int align = TYPE_ALIGN_UNIT (type); local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl65 .align 32
158 .align 32
272 .align 32
294 .align 16
315 .align 16
399 .align 16
480 .align 32
496 .align 32
513 .align 32
536 .align 3
[all...]
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dghash-x86.S8 .align 16
51 .align 16
82 .align 16
102 .align 16
136 .align 16
155 .align 16
186 .align 16
211 .align 16
235 .align 16
264 .align 1
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl95 .align 64
125 .align 64
170 .align 32
230 .align 32
296 .align 32
342 .align 32
388 .align 32
444 .align 32
464 .align 32
497 .align 3
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm41 .align LOG2_GPR_BYTES
111 .align 2
132 .align LOG2_GPR_BYTES
H A Deabi-ci.asm113 .align 2
121 .align 2
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c149 {"align", s_align_bytes, 0}, /* Defaulting is invalid (0). */
3696 valueT align = ((valueT) 1
3701 align--;
3702 newsize = (size + align) & ~align;
3759 int align;
3815 align = (int) get_absolute_expression ();
3818 if (align > max_alignment)
3820 align = max_alignment;
3821 as_warn (_("alignment too large; assuming %d"), align);
3684 valueT align = ((valueT) 1 local
3746 int align; local
3976 int align; local
[all...]
H A Dtc-arc.c852 int align, size;
902 align = get_absolute_expression ();
903 if (align < 0)
905 align = 0;
910 align = 0;
920 record_alignment (bss_section, align);
923 if (align)
925 frag_align (align, 0, 0);
945 S_SET_ALIGN (symbolP, align);
1070 int align
849 int align, size; local
1065 int align = bfd_get_section_alignment (stdoutput, segment); local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl64 srlx @X[$j],$shr,@X[$j] ! align X[`$i+1`]
211 .align 32
257 .align 8
292 .align 16
330 srlx @X[0],$shr,@X[0] ! align X[0]
369 .align 4
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dcts128.c102 size_t align; member in union:__anon6389
140 size_t align; member in union:__anon6390
178 size_t align; member in union:__anon6391
223 size_t align; member in union:__anon6392
271 size_t align; member in union:__anon6393
313 size_t align; member in union:__anon6394
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl122 .align 5
142 .align 5
203 .align 4
254 .align 4
291 .align 4
361 .align 4
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl35 .align 32
133 .align 16
165 .align 16
183 .align 32
253 .align 32
355 .align 16
390 .align 32
462 .align 16
497 .align 16
516 .align 3
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.h69 void setAlignment(uint32_t align) { argument
71 align = align ? align : 1;
72 assert(llvm::isPowerOf2_32(align) && "alignment is not a power of 2");
73 p2Align = llvm::Log2_32(align);
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dbsaes-x86_64.S9 .align 64
122 .align 16
379 .align 16
481 .align 64
593 .align 16
885 .align 16
986 .align 16
1003 .align 16
1070 .align 16
1199 .align 1
[all...]
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-out.c57 int width, enum ui_align align,
221 enum ui_align align,
237 /* This is the only field function that does not align */
241 int width, enum ui_align align,
218 mi_field_string(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *string) argument
240 mi_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl107 .align 2
244 .align 2
249 .align 2
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h138 size_t align; local
147 align = PAGE_SIZE << get_order(size);
148 mem = (void *)kmem_alloc_contig(kmem_arena, size, flag, 0, high, align,
/freebsd-11-stable/sys/i386/i386/
H A Dexception.s53 .align 4
59 .align 4
141 IDTVEC(align)
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp46 uint64_t size, uint64_t align) {
48 os << format("%16llx %16llx %8llx %5lld ", vma, lma, size, align);
50 os << format("%8llx %8llx %8llx %5lld ", vma, lma, size, align);
45 writeHeader(raw_ostream &os, uint64_t vma, uint64_t lma, uint64_t size, uint64_t align) argument
/freebsd-11-stable/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags) argument
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm66 .align 2
77 .align 2

Completed in 155 milliseconds

<<11121314151617181920>>