Lines Matching refs:zero
65 lda t2, -1 # E : build a mask against false zero
71 cmpbge zero, t2, t8 # E : bits set iff null found
96 cmpbge zero, t0, t8 # E :
161 addq zero, 1, t10 # E :
204 or t0, t6, t6 # E : mask original data for zero test (stall)
206 cmpbge zero, t6, t8 # E :
216 cmpbge zero, t2, t8 # E : find nulls in second partial
229 cmpbge zero, t2, t8 # E :
260 cmpbge zero, t2, t8 # E : test new word for eos
276 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall)
286 cmpbge zero, t0, t8 # E :
327 1: cmpbge zero, t1, t8 # E :
343 mov zero, t0 # E :
345 mov zero, t6 # E :
364 cmpbge zero, t1, t8 # E : is there a zero?
368 cmpbge zero, t2, t3 # E :
379 negq t8, t6 # E : build bitmask of bytes <= zero
388 andnot t0, t2, t0 # E : zero place for source to reside