Lines Matching full:zero
19 * Furthermore, COUNT may not be zero.
66 lda t2, -1 # E : build a mask against false zero
72 cmpbge zero, t2, t8 # E : bits set iff null found
97 cmpbge zero, t0, t8 # E :
162 addq zero, 1, t10 # E :
189 full source word. We can still find a zero at the end of it
205 or t0, t6, t6 # E : mask original data for zero test (stall)
207 cmpbge zero, t6, t8 # E :
217 cmpbge zero, t2, t8 # E : find nulls in second partial
230 cmpbge zero, t2, t8 # E :
261 cmpbge zero, t2, t8 # E : test new word for eos
265 /* We've found a zero somewhere in the source word we just read.
277 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall)
287 cmpbge zero, t0, t8 # E :
328 1: cmpbge zero, t1, t8 # E :
344 mov zero, t0 # E :
346 mov zero, t6 # E :
365 cmpbge zero, t1, t8 # E : is there a zero?
369 cmpbge zero, t2, t3 # E :
375 /* At this point we've found a zero in the first partial word of
380 negq t8, t6 # E : build bitmask of bytes <= zero
389 andnot t0, t2, t0 # E : zero place for source to reside