Lines Matching refs:al
139 L(3): testb %al, %al /* is first byte NUL? */
156 movb (%ecx), %al /* get first byte */
157 movb %al, (%ecx,%edx) /* and store it */
158 andb %al, %al /* is byte NUL? */
164 movb (%ecx), %al /* get first byte */
165 movb %al, (%ecx,%edx) /* and store it */
166 andb %al, %al /* is byte NUL? */
172 movb (%ecx), %al /* get first byte */
173 movb %al, (%ecx,%edx) /* and store it */
174 andb %al, %al /* is byte NUL? */
241 L(9): movb %al, (%ecx,%edx) /* store first byte of last word */
242 orb %al, %al /* is it NUL? */
250 movb %al, 2(%ecx,%edx) /* store third byte of last word */
251 orb %al, %al /* is it NUL? */