Home
last modified time | relevance | path

Searched refs:ccvt (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c5148 unsigned int ccvt; in ix86_function_regparm() local
5153 ccvt = ix86_get_callcvt (type); in ix86_function_regparm()
5156 if ((ccvt & IX86_CALLCVT_REGPARM) != 0) in ix86_function_regparm()
5165 else if ((ccvt & IX86_CALLCVT_FASTCALL) != 0) in ix86_function_regparm()
5167 else if ((ccvt & IX86_CALLCVT_THISCALL) != 0) in ix86_function_regparm()
5318 unsigned int ccvt; in ix86_return_pops_args() local
5324 ccvt = ix86_get_callcvt (funtype); in ix86_return_pops_args()
5666 if ((ccvt & IX86_CALLCVT_THISCALL) != 0) in init_cumulative_args()
24501 unsigned int ccvt; in ix86_static_chain() local
24507 ccvt = ix86_get_callcvt (fntype); in ix86_static_chain()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c6612 unsigned int ccvt; in ix86_function_regparm() local
6617 ccvt = ix86_get_callcvt (type); in ix86_function_regparm()
6620 if ((ccvt & IX86_CALLCVT_REGPARM) != 0) in ix86_function_regparm()
6629 else if ((ccvt & IX86_CALLCVT_FASTCALL) != 0) in ix86_function_regparm()
6631 else if ((ccvt & IX86_CALLCVT_THISCALL) != 0) in ix86_function_regparm()
6823 unsigned int ccvt; in ix86_return_pops_args() local
6829 ccvt = ix86_get_callcvt (funtype); in ix86_return_pops_args()
7342 if ((ccvt & IX86_CALLCVT_THISCALL) != 0) in init_cumulative_args()
30285 unsigned int ccvt; in ix86_static_chain() local
30301 ccvt = ix86_get_callcvt (fntype); in ix86_static_chain()
[all …]