Home | History | Annotate | Download | only in string

Lines Matching refs:dl

25 	movb	(%rdi),%dl
26 cmpb %cl,%dl
29 testb %dl,%dl
65 movb -8(%rdi),%dl
66 cmpb %cl,%dl /* 1st byte == ch? */
69 1: testb %dl,%dl /* 1st byte == 0? */
72 movb -7(%rdi),%dl
73 cmpb %cl,%dl /* 2nd byte == ch? */
76 1: testb %dl,%dl /* 2nd byte == 0? */
79 movb -6(%rdi),%dl
80 cmpb %cl,%dl /* 3rd byte == ch? */
83 1: testb %dl,%dl /* 3rd byte == 0? */
86 movb -5(%rdi),%dl
87 cmpb %cl,%dl /* 4th byte == ch? */
90 1: testb %dl,%dl /* 4th byte == 0? */
93 movb -4(%rdi),%dl
94 cmpb %cl,%dl /* 5th byte == ch? */
97 1: testb %dl,%dl /* 5th byte == 0? */
100 movb -3(%rdi),%dl
101 cmpb %cl,%dl /* 6th byte == ch? */
104 1: testb %dl,%dl /* 6th byte == 0? */
107 movb -2(%rdi),%dl
108 cmpb %cl,%dl /* 7th byte == ch? */
111 1: testb %dl,%dl /* 7th byte == 0? */
114 movb -1(%rdi),%dl
115 cmpb %cl,%dl /* 8th byte == ch? */
118 1: testb %dl,%dl /* 8th byte == 0? */