Lines Matching refs:t6
88 negq t10, t6 # E : find low bit set
89 and t10, t6, t8 # E : (stall)
92 and t8, 0x80, t6 # E : (stall)
93 bne t6, 1f # U : (stall)
98 subq t8, 1, t6 # E :
99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
100 or t8, t6, t10 # E : (stall)
157 or t1, t6, t6 # E :
158 cmpbge zero, t6, t10 # E : (stall)
159 lda t6, -1 # E : for masking just below
162 mskql t6, a1, t6 # U : mask out the bits we have
163 or t6, t2, t2 # E : already extracted before (stall)
235 negq t10, t6 # E : isolate low bit set
236 and t6, t10, t8 # E : (stall)
237 and t8, 0x80, t6 # E : avoid dest word load if we can (stall)
238 bne t6, 1f # U : (stall)
241 subq t8, 1, t6 # E :
242 or t6, t8, t10 # E : (stall)
243 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
266 mov zero, t6 # E :
269 lda t6, -1 # E :
271 mskql t6, a0, t6 # U :
294 negq t10, t6 # E : build bitmask of bytes <= zero
295 and t6, t10, t8 # E : (stall)
298 subq t8, 1, t6 # E :
299 or t6, t8, t10 # E : (stall)