Home | History | Annotate | Download | only in perlasm

Lines Matching defs:ARGUMENT

60 # a. If function accepts more than 4 arguments *and* >4th argument
1162 ARGUMENT: while (1) {
1169 last ARGUMENT;
1173 last ARGUMENT if ($line !~ /^,/);
1176 } # ARGUMENT:
1245 # (#) Nth argument, volatile
1247 # In Unix terms top of stack is argument transfer area for arguments
1249 # [integer] argument resides at 8(%rsp) upon function entry point.
1254 # In Win64 terms N*8 bytes on top of stack is argument transfer area,
1257 # upon function entry point 5th argument resides at 40(%rsp), as well
1273 # movq %rcx,%rdi ; if 1st argument is actually present
1274 # movq %rdx,%rsi ; if 2nd argument is actually ...
1275 # movq %r8,%rdx ; if 3rd argument is ...
1276 # movq %r9,%rcx ; if 4th argument ...