Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2245 #define FUNC_FASTCALL3 4 /* first parameter in %eax, %edx, %ecx */ macro
5931 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) { in gfunc_call()
5966 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) { in gfunc_prolog()