Lines Matching refs:t6
89 negq t8, t6 # E : find low bit set
90 and t8, t6, t12 # E : (stall)
93 and t12, 0x80, t6 # E : (stall)
94 bne t6, 1f # U : (stall)
99 subq t12, 1, t6 # E :
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
101 or t12, t6, t8 # E : (stall)
165 or t1, t6, t6 # E :
166 cmpbge zero, t6, t8 # E : (stall)
167 lda t6, -1 # E : for masking just below
170 mskql t6, a1, t6 # U : mask out the bits we have
171 or t6, t2, t2 # E : already extracted before (stall)
243 negq t8, t6 # E : isolate low bit set
244 and t6, t8, t12 # E : (stall)
245 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
246 bne t6, 1f # U : (stall)
249 subq t12, 1, t6 # E :
250 or t6, t12, t8 # E : (stall)
251 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
274 mov zero, t6 # E :
277 lda t6, -1 # E :
279 mskql t6, a0, t6 # U :
302 negq t8, t6 # E : build bitmask of bytes <= zero
303 and t6, t8, t12 # E : (stall)
306 subq t12, 1, t6 # E :
307 or t6, t12, t8 # E : (stall)