Lines Matching refs:word
55 mskqh t2, a1, t2 # e0 : detection in the src word
58 mskql t0, a1, t0 # e0 : assemble the first output word
134 ldq_u t1, 0(a1) # e0 : load first src word
137 beq t0, stxncpy_aligned # avoid loading dest word if not needed
157 ldq_u t2, 8(a1) # e0 : load second src word
161 or t1, t4, t1 # e1 : first aligned src word complete
163 or t0, t1, t0 # e0 : first output word complete
172 stq_u t0, 0(a0) # e0 : store first output word
182 extql t2, a1, t1 # e0 : position hi-bits of lo word
184 ldq_u t2, 8(a1) # e0 : read next high-order source word
186 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
207 or t0, t1, t0 # e0 : current dst word now complete
208 subq a2, 1, a2 # .. e1 : decrement word count
209 stq_u t0, 0(a0) # e0 : save the current word
213 ldq_u t2, 8(a1) # e0 : load high word for next time
216 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
217 extqh t2, a1, t0 # e0 : extract low bits for current word
230 or t0, t1, t0 # e0 : first (partial) source word complete
254 and t12, 0x80, t6 # e0 : avoid dest word load if we can
276 ldq_u t2, 8(a1) # e0 : load final src word
278 extqh t2, a1, t0 # e0 : extract low bits for last word
284 $u_eocfin: # end-of-count, final word
292 ldq_u t1, 0(a1) # e0 : load first source word
318 andnot t2, t6, t2 # e0 : dest mask for a single word copy
337 zapnot t2, t8, t2 # e0 : prepare source word; mirror changes