Lines Matching refs:zero
71 tst %i4 ! terminating zero
117 ! For 7-bit characters, we know one of the bytes is zero, but for
118 ! 8-bit characters, the zero detection algorithm gives some false
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
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
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
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
260 restore %g0, %g0, %o0 ! equal return zero
304 tst %i4 ! terminating zero