Lines Matching full:zero
19 * Furthermore, COUNT may not be zero.
55 lda t2, -1 # e1 : build a mask against false zero
60 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
74 cmpbge zero, t0, t8 # .. e1 (stall)
129 addq zero, 1, t10 # .. e1 :
150 full source word. We can still find a zero at the end of it
165 or t0, t6, t6 # e1 : mask original data for zero test
166 cmpbge zero, t6, t8 # e0 :
175 cmpbge zero, t2, t8 # e0 : find nulls in second partial
188 cmpbge zero, t2, t8 # .. e1 :
217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
221 /* We've found a zero somewhere in the source word we just read.
233 cmpbge zero, t0, t8 # e0 : is the null in this first bit?
242 cmpbge zero, t0, t8 # e0 :
282 1: cmpbge zero, t1, t8
301 mov zero, t0 # .. e1 :
302 mov zero, t6 # e0 :
318 cmpbge zero, t1, t8 # .. e1 : is there a zero?
321 cmpbge zero, t2, t3 # e0 :
326 /* At this point we've found a zero in the first partial word of
332 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
341 andnot t0, t2, t0 # e0 : zero place for source to reside