Lines Matching refs:t6
88 negq t8, t6 # E : find low bit set
89 and t8, t6, t12 # E : (stall)
92 and t12, 0x80, t6 # E : (stall)
93 bne t6, 1f # U : (stall)
98 subq t12, 1, t6 # E :
99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
100 or t12, t6, t8 # E : (stall)
164 or t1, t6, t6 # E :
165 cmpbge zero, t6, t8 # E : (stall)
166 lda t6, -1 # E : for masking just below
169 mskql t6, a1, t6 # U : mask out the bits we have
170 or t6, t2, t2 # E : already extracted before (stall)
242 negq t8, t6 # E : isolate low bit set
243 and t6, t8, t12 # E : (stall)
244 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
245 bne t6, 1f # U : (stall)
248 subq t12, 1, t6 # E :
249 or t6, t12, t8 # E : (stall)
250 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
273 mov zero, t6 # E :
276 lda t6, -1 # E :
278 mskql t6, a0, t6 # U :
301 negq t8, t6 # E : build bitmask of bytes <= zero
302 and t6, t8, t12 # E : (stall)
305 subq t12, 1, t6 # E :
306 or t6, t12, t8 # E : (stall)