Lines Matching refs:edi
39 pushl %edi
42 movl DEST(%esp), %edi
43 cfi_rel_offset (edi, 0)
58 movl %edi, %ecx /* Copy ptr to ecx... */
66 movl (%edi), %ecx /* Fetch destination cache line */
69 L(1): movl 28(%edi), %ecx /* allocate cache line for destination */
71 movl %eax, 0(%edi) /* store words pairwise */
72 movl %eax, 4(%edi)
73 movl %eax, 8(%edi)
74 movl %eax, 12(%edi)
75 movl %eax, 16(%edi)
76 movl %eax, 20(%edi)
77 movl %eax, 24(%edi)
78 movl %eax, 28(%edi)
79 leal 32(%edi), %edi /* update destination pointer */
97 popl %edi
99 cfi_restore (edi)