Lines Matching refs:word
59 mskqh t2, a1, t2 # U : detection in the src word (stall)
63 mskql t0, a1, t0 # U : assemble the first output word
129 ldq_u t1, 0(a1) # L : load first src word
130 and a0, 7, t0 # E : take care not to load a word ...
178 stq_u t1, 0(a0) # L : store first output word
180 extql t2, a1, t0 # U : position ho-bits of lo word
181 ldq_u t2, 8(a1) # U : read next high-order source word
203 extqh t2, a1, t1 # U : extract high bits for current word
208 or t0, t1, t1 # E : current dst word now complete
209 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time
210 stq_u t1, -8(a0) # L : save the current word (stall)
213 cmpbge zero, t2, t8 # E : test new word for eos
228 or t0, t1, t1 # E : first (partial) source word complete (stall)
245 and t12, 0x80, t6 # E : avoid dest word load if we can (stall)
267 ldq_u t1, 0(a1) # L : load first source word
309 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)