Lines Matching refs:byte
65 ldub [%i0], %i4 ! else cmp one byte
98 b .cmp_bytes ! do a byte at a time if n < 4
119 ! triggers ... check every byte individually.
121 andcc %i4, %l0, %g0 ! check if first byte was zero
123 andcc %i4, %l1, %g0 ! check if second byte was zero
126 andcc %i4, %l2, %g0 ! check if third byte was zero
129 andcc %i4, 0xff, %g0 ! check if last byte is zero
148 b .cmp_bytes ! do a byte at a time if n < 4
166 andcc %i4, %l0, %g0 ! check if first byte was zero
168 andcc %i4, %l1, %g0 ! check if second byte was zero
171 andcc %i4, %l2, %g0 ! check if third byte was zero
174 andcc %i4, 0xff, %g0 ! check if last byte is zero
192 b .cmp_bytes ! do a byte at a time if n < 4
210 andcc %i4, %l0, %g0 ! check if first byte was zero
212 andcc %i4, %l1, %g0 ! check if second byte was zero
215 andcc %i4, %l2, %g0 ! check if third byte was zero
218 andcc %i4, 0xff, %g0 ! check if last byte is zero
231 bcs,a,pn %xcc, .cmp_bytes ! do a byte at a time if n < 4
247 andcc %i4, %l0, %g0 ! check if first byte was zero
249 andcc %i4, %l1, %g0 ! check if second byte was zero
252 andcc %i4, %l2, %g0 ! check if third byte was zero
255 andcc %i4, 0xff, %g0 ! check if last byte is zero
292 ! Do a byte by byte comparison, disregarding alignments
298 ldub [%i1 + %i0], %i4 ! read a byte from s1
299 ldub [%i1], %i5 ! read a byte from s2