Searched refs:fastcall (Results 1 – 25 of 31) sorted by relevance
12
7 # This project uses the Delphi (fastcall/register) calling convention:
485 #define SLJIT_CALL __attribute__ ((fastcall))
179 gen_stdcall_or_fastcall_suffix (tree decl, tree id, bool fastcall) in gen_stdcall_or_fastcall_suffix() argument220 if (fastcall) in gen_stdcall_or_fastcall_suffix()
1565 int fastcall; /* fastcall or thiscall calling convention member
1837 cum->fastcall = 1; /* Same first register as in fastcall. */ in init_cumulative_args()1842 cum->fastcall = 1; in init_cumulative_args()3147 if (cum->fastcall) in function_arg_32()
131 declared as cdecl for fastcall/stdcall.132 * emultempl/pe.em (pe_undef_cdecl_match): Treat fastcall136 fastcall/stdcall symbols as cdecl one.137 * emultempl/pep.em (pep_undef_cdecl_match): Treat fastcall141 fastcall/stdcall symbols as cdecl one.
1862 (make_one): Don't prefix decorated fastcall symbols with '_'.1864 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall1869 * pe-dll.c (process_def_file): Handle fastcall symbols when1870 generating undecorated aliases. Don't prefix decorated fastcall1872 (fill_exported_offsets): Don't prefix decorated fastcall symbols
547 generated C++-symbols as stdcall/fastcall.
1332 fastcall symbol names in .def file.
3930 * testsuite/ld-fastcall/fastcall.exp: Likewise.
2626 * testsuite/ld-fastcall/fastcall.exp: Report assember errors as
1165 * dlltool.c (add_excludes): Don't prefix excluded fastcall1167 (xlate): Ignore add_underscore for decorated fastcall symbols.1173 ASM_PREFIX for fastcall symbols.1174 (scan_drectve_symbols): Handle fastcall symbols when generating1178 (make_imp_label): New function to handle fastcall symbols
435 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
590 Add DWARF attribute value for the "Borland fastcall" calling1080 Add DWARF attribute value for the "Borland fastcall" calling
1379 Add DWARF attribute value for the "Borland fastcall" calling
540 attributes incompatible with fastcall attribute.544 fastcall types.546 * config/i386/cygwin.h (TARGET_OS_CPP_BUILTINS): Add fastcall553 fastcall prefix (@) and the stdcall suffix.555 has a fastcall attribute.557 * config/i386/i386.c (ix86_attribute_table): Accept 'fastcall' as a561 fastcall attribute.562 (function_arg): Use registers ECX and EDX if function has fastcall564 * config/i386/i386.h (CUMULATIVE_ARGS): Add fastcall attribute flag.567 * config/i386/mingw32.h (TARGET_OS_CPP_BUILTINS): Add fastcall[all …]
11155 (ix86_function_regparm): ... this one; add fastcall and local11162 (x86_this_parameter): Fix fastcall.
28867 PR c++/84314 - ICE with templates and fastcall attribute.29230 PR c++/84314 - ICE with templates and fastcall attribute.
24648 of "this" pointer when "regparm = N" or "fastcall" is in effect.
1278 arguments in ECX/EDX for fastcall.
856 …abd08e8b0dc2555338c353399032f1bd9dce77e03c56ec89875ba binutils/testsuite/binutils-all/fastcall.def3222 2b3da58873a1bc21560960f2f270ac6f37396f76486ed3694d00244458c56a4d gas/testsuite/gas/all/fastcall.s20993 4ec122b061b8ef9d88d0ab7583f08a4c3800e0e30f835e40a71e0a07f22e70cc ld/testsuite/ld-fastcall/export.s20994 3bc6ed8cb0f31ad079e9fc375e7bf281ba0c69b7b8af11f7189726f6ed0a3d02 ld/testsuite/ld-fastcall/fastcall…20995 656c0a072a1d13aee1e9926ea95a1f9ff0f7d75f58d8afef3150682c68b8212b ld/testsuite/ld-fastcall/import.s
6410 @item fastcall6411 @cindex @code{fastcall} function attribute, x86-326413 On x86-32 targets, the @code{fastcall} attribute causes the compiler to
38004 'fastcall'38005 On x86-32 targets, the 'fastcall' attribute causes the compiler to68788 * fastcall function attribute, x86-32: x86 Function Attributes.