Home
last modified time | relevance | path

Searched refs:force_align_arg_pointer (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dcrtfastmath.c45 __attribute__ ((force_align_arg_pointer))
H A Di386.h2235 rtx force_align_arg_pointer; member
H A Di386.c2326 if (cfun->machine->force_align_arg_pointer) in ix86_function_ok_for_sibcall()
2534 && DECL_STRUCT_FUNCTION (decl)->machine->force_align_arg_pointer) in ix86_function_regparm()
5066 if (cfun->machine->force_align_arg_pointer in ix86_save_reg()
5067 && regno == REGNO (cfun->machine->force_align_arg_pointer)) in ix86_save_reg()
5447 cfun->machine->force_align_arg_pointer = gen_rtx_REG (Pmode, 2); in ix86_internal_arg_pointer()
5448 return copy_to_reg (cfun->machine->force_align_arg_pointer); in ix86_internal_arg_pointer()
5490 if (cfun->machine->force_align_arg_pointer) in ix86_expand_prologue()
5496 y = cfun->machine->force_align_arg_pointer; in ix86_expand_prologue()
5509 y = gen_rtx_SET (VOIDmode, cfun->machine->force_align_arg_pointer, y); in ix86_expand_prologue()
5524 x = cfun->machine->force_align_arg_pointer; in ix86_expand_prologue()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3047 let Spellings = [GCC<"force_align_arg_pointer">];
H A DAttrDocs.td4772 Because of this, 'force_align_arg_pointer' is not needed on x86_64, except in
4778 __attribute__ ((force_align_arg_pointer))
/openbsd-src/gnu/gcc/gcc/doc/
H A Dextend.texi2267 @item force_align_arg_pointer
2268 @cindex @code{force_align_arg_pointer} attribute
2269 On the Intel x86, the @code{force_align_arg_pointer} attribute may be
2277 @code{regparm} attribute. The @code{force_align_arg_pointer}
H A Dgcc.info9484 `force_align_arg_pointer', applicable to individual functions.
16036 `force_align_arg_pointer'
16037 On the Intel x86, the `force_align_arg_pointer' attribute may be
16046 `force_align_arg_pointer' attribute is incompatible with nested
H A Dinvoke.texi9643 hard error. See also the attribute @code{force_align_arg_pointer},