Searched refs:FUNC_FASTCALL1 (Results 1 – 1 of 1) sorted by relevance
2243 #define FUNC_FASTCALL1 2 /* first param in %eax */ macro5931 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) { in gfunc_call()5933 fastcall_nb_regs = func_call - FUNC_FASTCALL1 + 1; in gfunc_call()5966 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) { in gfunc_prolog()5967 fastcall_nb_regs = func_call - FUNC_FASTCALL1 + 1; in gfunc_prolog()12092 ad->func_call = FUNC_FASTCALL1 + n - 1; in parse_attribute()