• Home
  • Raw
  • Download

Lines Matching refs:t0

59 	mskql	t0, a1, t0	# e0    : assemble the first output word
61 or t0, t3, t0 # e0 :
69 stq_u t0, 0(a0) # e0 :
71 ldq_u t0, 0(a1) # e0 :
74 cmpbge zero, t0, t8 # .. e1 (stall)
100 zapnot t0, t8, t0 # e0 : clear src bytes > null
102 or t0, t1, t0 # e1 :
104 1: stq_u t0, 0(a0) # e0 :
123 and a0, 7, t0 # .. e1 : find dest misalignment
125 addq a2, t0, a2 # .. e1 : bias count by dest misalignment
138 beq t0, stxncpy_aligned # avoid loading dest word if not needed
139 ldq_u t0, 0(a0) # e0 :
160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
164 or t0, t1, t0 # e0 : first output word complete
165 or t0, t6, t6 # e1 : mask original data for zero test
173 stq_u t0, 0(a0) # e0 : store first output word
187 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
208 or t0, t1, t0 # e0 : current dst word now complete
210 stq_u t0, 0(a0) # e0 : save the current word
218 extqh t2, a1, t0 # e0 : extract low bits for current word
231 or t0, t1, t0 # e0 : first (partial) source word complete
233 cmpbge zero, t0, t8 # e0 : is the null in this first bit?
236 stq_u t0, 0(a0) # e0 : the null was in the high-order bits
241 extql t2, a1, t0 # .. e0 :
242 cmpbge zero, t0, t8 # e0 :
261 zapnot t0, t8, t0 # .. e1 : kill source bytes > null
263 or t0, t1, t0 # e1 :
265 1: stq_u t0, 0(a0) # e0 :
279 extqh t2, a1, t0 # e0 : extract low bits for last word
280 or t1, t0, t1 # e1 :
283 mov t1, t0
301 mov zero, t0 # .. e1 :
304 ldq_u t0, 0(a0) # e0 :
331 ldq_u t0, 0(a0) # e0 :
341 andnot t0, t2, t0 # e0 : zero place for source to reside
342 or t0, t1, t0 # e1 : and put it there
343 stq_u t0, 0(a0) # e0 :