Lines Matching refs:word
47 mskqh t2, a1, t2 # e0 : detection in the src word
50 mskql t0, a1, t0 # e0 : assemble the first output word
108 ldq_u t1, 0(a1) # e0 : load first src word
109 and a0, 7, t0 # .. e1 : take care not to load a word ...
154 stq_u t1, 0(a0) # e0 : store first output word
156 extql t2, a1, t0 # e0 : position ho-bits of lo word
157 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
178 extqh t2, a1, t1 # e0 : extract high bits for current word
182 or t0, t1, t1 # e0 : current dst word now complete
183 ldq_u t2, 0(a1) # .. e1 : load high word for next time
184 stq_u t1, -8(a0) # e0 : save the current word
186 cmpbge zero, t2, t8 # e0 : test new word for eos
199 or t0, t1, t1 # e1 : first (partial) source word complete
218 and t12, 0x80, t6 # e0 : avoid dest word load if we can
235 ldq_u t1, 0(a1) # e0 : load first source word
279 zapnot t2, t8, t2 # .. e1 : prepare source word; mirror changes