Lines Matching +full:software +full:- +full:dl
1 /*-
4 * SPDX-License-Expression: BSD-2-Clause
6 * Portions of this software were developed by Robert Clausecker
58 cmpb $0,-8(%rdi) /* 1st byte == 0? */
63 1: cmpb $0,-7(%rdi) /* 2nd byte == 0? */
68 1: cmpb $0,-6(%rdi) /* 3rd byte == 0? */
73 1: cmpb $0,-5(%rdi) /* 4th byte == 0? */
78 1: cmpb $0,-4(%rdi) /* 5th byte == 0? */
83 1: cmpb $0,-3(%rdi) /* 6th byte == 0? */
88 1: cmpb $0,-2(%rdi) /* 7th byte == 0? */
93 1: cmpb $0,-1(%rdi) /* 8th byte == 0? */
105 movb (%rsi),%dl
107 movb %dl,(%rdi)
109 testb %dl,%dl
130 movb %dl,(%rdi)
132 testb %dl,%dl /* 1st byte == 0? */
136 movb %dl,(%rdi)
138 testb %dl,%dl /* 2nd byte == 0? */
142 movb %dl,(%rdi)
144 testb %dl,%dl /* 3rd byte == 0? */
148 movb %dl,(%rdi)
150 testb %dl,%dl /* 4th byte == 0? */
154 movb %dl,(%rdi)
156 testb %dl,%dl /* 5th byte == 0? */
160 movb %dl,(%rdi)
162 testb %dl,%dl /* 6th byte == 0? */
166 movb %dl,(%rdi)
168 testb %dl,%dl /* 7th byte == 0? */
172 movb %dl,(%rdi)
174 testb %dl,%dl /* 8th byte == 0? */
194 mov -8(%rbp), %rsi
203 .section .note.GNU-stack,"",%progbits