Searched refs:regparm (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dlib.h20 int sio_init(int) __attribute__((regparm (3)));
22 void sio_putc(int) __attribute__((regparm (3)));
/freebsd-11.0-release/contrib/expat/lib/
H A Dinternal.h26 regparm() generates warnings on Solaris boxes. See SF bug #692878.
30 #define FASTCALL __attribute__((stdcall, regparm(3)))
33 #define FASTCALL __attribute__((regparm(3)))
34 #define PTRFASTCALL __attribute__((regparm(3)))
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc164 # define DL_INTERNAL_FUNCTION __attribute__((regparm(3), stdcall))
/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h382 # define internal_function __attribute ((regparm (3), stdcall))
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.c2566 { "regparm", 1, 1, false, true, true, ix86_handle_cconv_attribute },
2669 /* Handle "cdecl", "stdcall", "fastcall", "regparm" and "sseregparm"
2690 /* Can combine regparm with all attributes but fastcall. */
2691 if (is_attribute_p ("regparm", name))
2697 error ("fastcall and regparm attributes are not compatible");
2746 if (lookup_attribute ("regparm", TYPE_ATTRIBUTES (*node)))
2748 error ("fastcall and regparm attributes are not compatible");
2752 /* Can combine stdcall with fastcall (redundant), regparm and
2766 /* Can combine cdecl with regparm and sseregparm. */
2797 /* Check for mismatched fastcall/regparm type
2819 int regparm = ix86_regparm; local
[all...]
/freebsd-11.0-release/sys/dev/ce/
H A Dtau32-ddk.c44 # define __fastcall __attribute__((stdcall, regparm(3)))

Completed in 225 milliseconds