Lines Matching refs:args
144 ; TODO Some functions can use some args directly from the stack. If they're the
145 ; last args then you can just not declare them, but if they're in the middle
432 %macro PROLOGUE 2-5+ 0, 0 ; #args, #regs, #xmm_regs, [stack_size,] arg_names...
548 %macro PROLOGUE 2-5+ 0, 0 ; #args, #regs, #xmm_regs, [stack_size,] arg_names...
607 %macro PROLOGUE 2-5+ 0, 0 ; #args, #regs, #xmm_regs, [stack_size,] arg_names...
720 %macro cglobal 1-2+ "" ; name, [PROLOGUE args]
723 %macro cvisible 1-2+ "" ; name, [PROLOGUE args]
1080 %xdefine %%args nn %+ %1
1082 %xdefine %%args %%args, nn %+ %2
1085 SWAP_INTERNAL_NUM %%args
1663 %define %%args %1, %2
1665 %define %%args %1, %2, %3
1667 %define %%args %1, %2, %3, %4
1681 %6 %%args
1683 %5 %%args ; Prefer VEX over EVEX due to shorter instruction length