Home
last modified time | relevance | path

Searched refs:fastcall (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dwinnt.c292 gen_stdcall_or_fastcall_suffix (tree decl, bool fastcall) in gen_stdcall_or_fastcall_suffix() argument
334 if (fastcall) in gen_stdcall_or_fastcall_suffix()
H A Di386.h1431 int fastcall; /* fastcall calling convention is used */ member
H A Di386.c2767 cum->fastcall = 1; in init_cumulative_args()
2797 cum->fastcall = 0; in init_cumulative_args()
3641 if (cum->fastcall) in function_arg()
/openbsd-src/gnu/llvm/lld/MinGW/
H A DOptions.td54 HelpText<"Don't resolve stdcall/fastcall/vectorcall to undecorated symbols">;
61 HelpText<"Resolve stdcall/fastcall/vectorcall to undecorated symbols without warnings">;
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog314 fastcall symbol names in .def file.
H A DChangeLog-02031862 (make_one): Don't prefix decorated fastcall symbols with '_'.
1864 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1869 * pe-dll.c (process_def_file): Handle fastcall symbols when
1870 generating undecorated aliases. Don't prefix decorated fastcall
1872 (fill_exported_offsets): Don't prefix decorated fastcall symbols
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-02031165 * dlltool.c (add_excludes): Don't prefix excluded fastcall
1167 (xlate): Ignore add_underscore for decorated fastcall symbols.
1173 ASM_PREFIX for fastcall symbols.
1174 (scan_drectve_symbols): Handle fastcall symbols when generating
1178 (make_imp_label): New function to handle fastcall symbols
H A DChangeLog-2005435 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-02031165 * dlltool.c (add_excludes): Don't prefix excluded fastcall
1167 (xlate): Ignore add_underscore for decorated fastcall symbols.
1173 ASM_PREFIX for fastcall symbols.
1174 (scan_drectve_symbols): Handle fastcall symbols when generating
1178 (make_imp_label): New function to handle fastcall symbols
/openbsd-src/gnu/llvm/llvm/
H A DCREDITS.TXT257 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallingConv.td699 // Delegate to fastcall to handle integer types.
948 // Delegate to fastcall to handle integer types.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-02031862 (make_one): Don't prefix decorated fastcall symbols with '_'.
1864 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1869 * pe-dll.c (process_def_file): Handle fastcall symbols when
1870 generating undecorated aliases. Don't prefix decorated fastcall
1872 (fill_exported_offsets): Don't prefix decorated fastcall symbols
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dpe.em805 /* For now, don't try to fixup fastcall symbols. */
/openbsd-src/gnu/usr.bin/binutils/
H A Dmd5.sum604 1f3298e434f53fee397ccdccf71a744f binutils/testsuite/binutils-all/fastcall.def
1090 1e473ef749281964d4b71dfe127a5b69 gas/testsuite/gas/all/fastcall.s
4671 740e6c75a141a24eb7156f293adc9c31 ld/testsuite/ld-fastcall/export.s
4672 b80be6c533ed29b4bc12c9daed47af6c ld/testsuite/ld-fastcall/fastcall.exp
4673 398cd605e80d06f2edbaa7bb1b81ee32 ld/testsuite/ld-fastcall/import.s
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Dpe.em767 /* For now, don't try to fixup fastcall symbols. */
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dmd5.sum628 1f3298e434f53fee397ccdccf71a744f binutils/testsuite/binutils-all/fastcall.def
1182 1e473ef749281964d4b71dfe127a5b69 gas/testsuite/gas/all/fastcall.s
5641 740e6c75a141a24eb7156f293adc9c31 ld/testsuite/ld-fastcall/export.s
5642 8393fb6dde47261a078bb71489fe960c ld/testsuite/ld-fastcall/fastcall.exp
5643 398cd605e80d06f2edbaa7bb1b81ee32 ld/testsuite/ld-fastcall/import.s
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli141 val x86_fastcall : int (** [x86_fastcall] is the familiar fastcall calling
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td1462 let Spellings = [GCC<"fastcall">, Keyword<"__fastcall">,
H A DAttrDocs.td4749 __attribute__ ((no_caller_saved_registers, fastcall))
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst1983 * **x86_FastCall** --- fastcall calling convention seen on Microsoft Windows
/openbsd-src/gnu/gcc/gcc/doc/
H A Dextend.texi1857 @item fastcall
1859 On the Intel 386, the @code{fastcall} attribute causes the compiler to
H A Dgcc.info15672 `fastcall'
15673 On the Intel 386, the `fastcall' attribute causes the compiler to
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6324 Values<"cdecl,fastcall,stdcall,vectorcall,regcall">,