Lines Matching refs:zero
57 ! checking for zero bytes, depending upon its dst ptr alignment.
90 bz,pn %ncc, .done ! yup, 2nd byte zero, done
99 tst %o4 ! is first byte zero ?
103 andcc %o4, 0xff, %g0 ! is second byte zero ?
107 andcc %o4, 0xff, %g0 ! third byte zero ?
110 andcc %o5, 0xff, %g0 ! fourth byte zero ?
112 bz,pn %ncc, .done ! yup, fourth byte zero, done
138 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0
145 andcc %o1, %o4, %g0 ! first byte zero?
150 andcc %o1, %o4, %g0 ! second byte zero?
155 andcc %o1, %o4, %g0 ! third byte zero?
160 andcc %o1, %o4, %g0 ! fourth byte zero?
165 andcc %o1, %o4, %g0 ! fifth byte zero?
170 andcc %o1, %o4, %g0 ! sixth byte zero?
174 andcc %o1, %o4, %g0 ! seventh byte zero?
190 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
209 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
228 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
243 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
246 ba .storeword ! no zero byte if magic expression == 0