Searched refs:_DOARGS_2 (Results 1 – 2 of 2) sorted by relevance
182 #define DOARGS_2 _DOARGS_2 (8)183 #define _DOARGS_2(n) move.l %d2, %a0; cfi_register (%d2, %a0); \ macro189 move.l n(%sp), %d3; _DOARGS_2 (n-4)
196 #define DOARGS_2 _DOARGS_2 (8)199 #define _DOARGS_2(n) movl n(%esp), %ecx; _DOARGS_1 (n-4) macro206 #define _DOARGS_3(n) movl n(%esp), %edx; _DOARGS_2 (n-4)
Completed in 6 milliseconds