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

/freebsd-11-stable/stand/i386/boot2/
H A Dlib.h20 int sio_init(int) __attribute__((regparm (3)));
22 void sio_putc(int) __attribute__((regparm (3)));
/freebsd-11-stable/contrib/expat/lib/
H A Dinternal.h55 regparm() generates warnings on Solaris boxes. See SF bug #692878.
59 #define FASTCALL __attribute__((stdcall, regparm(3)))
62 # define FASTCALL __attribute__((regparm(3)))
63 # define PTRFASTCALL __attribute__((regparm(3)))
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h382 # define internal_function __attribute ((regparm (3), stdcall))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp199 # define DL_INTERNAL_FUNCTION __attribute__((regparm(3), stdcall))
247 // __attribute__((regparm(3), stdcall)) before glibc 2.27 and is normal
/freebsd-11-stable/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-stable/sys/dev/ce/
H A Dtau32-ddk.c44 # define __fastcall __attribute__((stdcall, regparm(3)))

Completed in 275 milliseconds