Lines Matching refs:eax
36 movl DEST(%esp), %eax
41 subl %eax, %esi /* magic: reduce number of loop variants
50 L(2): movb (%eax,%esi), %dl /* load current char */
51 movb %dl, (%eax) /* and store it */
55 movb 1(%eax,%esi), %dl /* load current char */
56 movb %dl, 1(%eax) /* and store it */
60 movb 2(%eax,%esi), %dl /* load current char */
61 movb %dl, 2(%eax) /* and store it */
65 movb 3(%eax,%esi), %dl /* load current char */
66 movb %dl, 3(%eax) /* and store it */
70 addl $4, %eax /* increment loop counter for full round */
80 movb (%eax,%esi), %dl /* load current char */
81 movb %dl, (%eax) /* and store it */
85 incl %eax /* increment pointer */
89 movb (%eax,%esi), %dl /* load current char */
90 movb %dl, (%eax) /* and store it */
94 incl %eax /* increment pointer */
98 movb (%eax,%esi), %dl /* load current char */
99 movb %dl, (%eax) /* and store it */
103 incl %eax /* increment pointer */
110 incl %eax /* increment pointer */
113 incl %eax /* increment pointer */
116 incl %eax /* increment pointer */
130 movb $0, (%ecx,%eax) /* store NUL char */