Lines Matching refs:a1
67 mskqh t2, a1, t2 # U : detection in the src word (stall)
68 mskqh t1, a1, t3 # U :
71 mskql t0, a1, t0 # U : assemble the first output word
95 ldq_u t0, 0(a1) # L :
96 addq a1, 8, a1 # E :
154 xor a0, a1, t1 # E :
167 ldq_u t1, 0(a1) # L : load first src word
168 addq a1, 8, a1 # E :
197 ldq_u t2, 8(a1) # L : Latency=3 load second src word
198 addq a1, 8, a1 # E :
200 extqh t2, a1, t4 # U : (3 cycle stall on t2)
213 mskql t6, a1, t6 # U : mask out bits already seen
224 extql t2, a1, t1 # U : position hi-bits of lo word
226 ldq_u t2, 8(a1) # L : read next high-order source word
227 addq a1, 8, a1 # E :
229 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
252 extql t2, a1, t1 # U : extract low bits for next time
257 ldq_u t2, 8(a1) # U : Latency=3 load high word for next time
258 addq a1, 8, a1 # E :
260 extqh t2, a1, t0 # U : extract low bits (2 cycle stall)
286 extql t2, a1, t0 # U :
318 and a1, 7, t6 # E : avoid final load if possible
323 ldq_u t2, 8(a1) # L : load final src word
325 extqh t2, a1, t0 # U : extract low bits for last word (stall)
339 ldq_u t1, 0(a1) # L : load first source word
341 and a1, 7, t5 # E : find src misalignment
354 subq a1, t4, a1 # E : sub dest misalignment from src addr
360 extql t1, a1, t1 # U : shift src into place
364 extql t2, a1, t2 # U :