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

/external/valgrind/main/perf/
H A Dtinycc.c2245 #define FUNC_FASTCALL1 2 /* first param in %eax */
5933 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) {
5935 fastcall_nb_regs = func_call - FUNC_FASTCALL1 + 1;
5968 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) {
5969 fastcall_nb_regs = func_call - FUNC_FASTCALL1 + 1;
12094 ad->func_call = FUNC_FASTCALL1 + n - 1;
2243 #define FUNC_FASTCALL1 macro

Completed in 600 milliseconds