Lines Matching refs:function_to_call
11 .macro prologue1 function_to_call argument
12 .global prologue1_calls_\function_to_call
13 .type prologue1_calls_\function_to_call,@function
14 prologue1_calls_\function_to_call:
21 callq \function_to_call
22 callq \function_to_call
26 .size prologue1_calls_\function_to_call,. - prologue1_calls_\function_to_call
29 .macro prologue2 function_to_call register compare_amount
30 .global prologue2_calls_\function_to_call\register
31 .type prologue2_calls_\function_to_call\register,@function
32 prologue2_calls_\function_to_call\register:
40 callq \function_to_call
41 callq \function_to_call
45 .size prologue2_calls_\function_to_call\register,. - prologue2_calls_\function_to_call\register