Lines Matching refs:ARGUMENT
60 # a. If function accepts more than 4 arguments *and* >4th argument
1216 ARGUMENT: while (1) {
1223 last ARGUMENT;
1227 last ARGUMENT if ($line !~ /^,/);
1230 } # ARGUMENT:
1293 # (#) Nth argument, volatile
1295 # In Unix terms top of stack is argument transfer area for arguments
1297 # [integer] argument resides at 8(%rsp) upon function entry point.
1302 # In Win64 terms N*8 bytes on top of stack is argument transfer area,
1305 # upon function entry point 5th argument resides at 40(%rsp), as well
1321 # movq %rcx,%rdi ; if 1st argument is actually present
1322 # movq %rdx,%rsi ; if 2nd argument is actually ...
1323 # movq %r8,%rdx ; if 3rd argument is ...
1324 # movq %r9,%rcx ; if 4th argument ...