Lines Matching refs:movl
9 movl 5*4(%esp), %eax /* pointer to args struct */
11 movl 1*4(%eax), %ebx
12 movl 2*4(%eax), %ecx
13 movl 3*4(%eax), %edx
14 movl 4*4(%eax), %esi
15 movl 5*4(%eax), %edi
16 movl 6*4(%eax), %ebp
17 movl 0*4(%eax), %eax
23 movl 6*4(%esp), %eax
25 movl %ebx, 1*4(%eax)
26 movl %ecx, 2*4(%eax)
27 movl %edx, 3*4(%eax)
28 movl %esi, 4*4(%eax)
29 movl %edi, 5*4(%eax)
30 movl %ebp, 6*4(%eax)