Lines Matching refs:edi
43 pushl %edi
46 movl DEST(%esp), %edi
47 cfi_rel_offset (edi, 0)
66 movl %edi, %ecx /* Copy ptr to ecx... */
74 movl (%edi), %ecx /* Fetch destination cache line */
77 L(1): movl 28(%edi), %ecx /* allocate cache line for destination */
79 movl %eax, 0(%edi) /* store words pairwise */
80 movl %eax, 4(%edi)
81 movl %eax, 8(%edi)
82 movl %eax, 12(%edi)
83 movl %eax, 16(%edi)
84 movl %eax, 20(%edi)
85 movl %eax, 24(%edi)
86 movl %eax, 28(%edi)
87 leal 32(%edi), %edi /* update destination pointer */
107 popl %edi
109 cfi_restore (edi)