| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf_align.c | 74 static struct align malign[ELF_T_NUM] = { variable 107 return (elfclass == ELFCLASS32 ? malign[t].a32 : in _libelf_malign() 108 malign[t].a64); in _libelf_malign()
|
| /netbsd-src/external/mit/isl/dist/m4/ |
| H A D | ax_cc_maxopt.m4 | 155 # -malign-double for x86 systems 156 AX_CHECK_COMPILE_FLAG(-malign-double, CFLAGS="$CFLAGS -malign-double")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| H A D | riscv.opt | 135 malign-data= 141 Known data alignment choices (for use with the -malign-data= option):
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| H A D | riscv.opt | 155 malign-data= 161 Known data alignment choices (for use with the -malign-data= option):
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| H A D | h8300.opt | 60 malign-300
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| H A D | h8300.opt | 60 malign-300
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386.opt | 224 malign-double 228 malign-functions= 232 malign-jumps= 236 malign-loops= 240 malign-stringops 244 malign-data= 250 Known data alignment choices (for use with the -malign-data= option):
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-i386.texi | 464 @cindex @samp{-malign-branch-boundary=} option, i386 465 @cindex @samp{-malign-branch-boundary=} option, x86-64 466 @item -malign-branch-boundary=@var{NUM} 470 boundary. @option{-malign-branch-boundary=0}, which is the default, 473 @cindex @samp{-malign-branch=} option, i386 474 @cindex @samp{-malign-branch=} option, x86-64 475 @item -malign-branch=@var{TYPE}[+@var{TYPE}...] 481 jumps and calls. The default is @option{-malign-branch=jcc+fused+jmp}. 483 @cindex @samp{-malign-branch-prefix-size=} option, i386 484 @cindex @samp{-malign-branch-prefix-size=} option, x86-64 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386.opt | 224 malign-double 228 malign-functions= 232 malign-jumps= 236 malign-loops= 240 malign-stringops 244 malign-data= 250 Known data alignment choices (for use with the -malign-data= option):
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-i386.texi | 449 @cindex @samp{-malign-branch-boundary=} option, i386 450 @cindex @samp{-malign-branch-boundary=} option, x86-64 451 @item -malign-branch-boundary=@var{NUM} 455 boundary. @option{-malign-branch-boundary=0}, which is the default, 458 @cindex @samp{-malign-branch=} option, i386 459 @cindex @samp{-malign-branch=} option, x86-64 460 @item -malign-branch=@var{TYPE}[+@var{TYPE}...] 466 jumps and calls. The default is @option{-malign-branch=jcc+fused+jmp}. 468 @cindex @samp{-malign-branch-prefix-size=} option, i386 469 @cindex @samp{-malign-branch-prefix-size=} option, x86-64 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| H A D | m32r.opt | 44 malign-loops
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
| H A D | m32r.opt | 44 malign-loops
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000.opt | 229 malign-branch-targets 443 malign- 449 Valid arguments to -malign-:
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ONEWS | 181 -malign-loops=xxx 182 -malign-jumps=xxx 183 -malign-functions=xxx 230 -malign-300 333 -malign-double, -mregparm=, -malign-loops= and -malign-jumps= switches.
|
| H A D | ipa-param-manipulation.cc | 271 unsigned malign = GET_MODE_ALIGNMENT (TYPE_MODE (ntype)); in fill_vector_of_new_param_types() local 272 if (TYPE_ALIGN (ntype) != malign) in fill_vector_of_new_param_types() 273 ntype = build_aligned_type (ntype, malign); in fill_vector_of_new_param_types()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ONEWS | 181 -malign-loops=xxx 182 -malign-jumps=xxx 183 -malign-functions=xxx 230 -malign-300 333 -malign-double, -mregparm=, -malign-loops= and -malign-jumps= switches.
|
| H A D | ipa-param-manipulation.c | 188 unsigned malign = GET_MODE_ALIGNMENT (TYPE_MODE (ntype)); in fill_vector_of_new_param_types() local 189 if (TYPE_ALIGN (ntype) != malign) in fill_vector_of_new_param_types() 190 ntype = build_aligned_type (ntype, malign); in fill_vector_of_new_param_types()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| H A D | m68k.opt | 97 malign-int
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| H A D | m68k.opt | 97 malign-int
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 1125 ssize_t msize, malign, ssize; in ctf_add_member_offset() local 1188 (malign = ctf_type_align (fp, type)) < 0) in ctf_add_member_offset() 1200 malign = 0; in ctf_add_member_offset() 1271 off = roundup (off, MAX (malign, 1)); in ctf_add_member_offset()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 1114 ssize_t msize, malign, ssize; in ctf_add_member_offset() local 1163 (malign = ctf_type_align (fp, type)) < 0) in ctf_add_member_offset() 1175 malign = 0; in ctf_add_member_offset() 1246 off = roundup (off, MAX (malign, 1)); in ctf_add_member_offset()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.opt | 225 malign-branch-targets 447 malign- 453 Valid arguments to -malign-:
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| H A D | frv.opt | 36 malign-labels
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
| H A D | frv.opt | 36 malign-labels
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 1057 ssize_t msize, malign, ssize; in ctf_add_member() local 1087 (malign = ctf_type_align(fp, type)) == CTF_ERR) in ctf_add_member() 1125 off = roundup(off, MAX(malign, 1)); in ctf_add_member()
|