Lines Matching refs:a1
66 mskqh t2, a1, t2 # U : detection in the src word (stall)
67 mskqh t1, a1, t3 # U :
70 mskql t0, a1, t0 # U : assemble the first output word
94 ldq_u t0, 0(a1) # L :
95 addq a1, 8, a1 # E :
153 xor a0, a1, t1 # E :
166 ldq_u t1, 0(a1) # L : load first src word
167 addq a1, 8, a1 # E :
196 ldq_u t2, 8(a1) # L : Latency=3 load second src word
197 addq a1, 8, a1 # E :
199 extqh t2, a1, t4 # U : (3 cycle stall on t2)
212 mskql t6, a1, t6 # U : mask out bits already seen
223 extql t2, a1, t1 # U : position hi-bits of lo word
225 ldq_u t2, 8(a1) # L : read next high-order source word
226 addq a1, 8, a1 # E :
228 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
251 extql t2, a1, t1 # U : extract low bits for next time
256 ldq_u t2, 8(a1) # U : Latency=3 load high word for next time
257 addq a1, 8, a1 # E :
259 extqh t2, a1, t0 # U : extract low bits (2 cycle stall)
285 extql t2, a1, t0 # U :
317 and a1, 7, t6 # E : avoid final load if possible
322 ldq_u t2, 8(a1) # L : load final src word
324 extqh t2, a1, t0 # U : extract low bits for last word (stall)
338 ldq_u t1, 0(a1) # L : load first source word
340 and a1, 7, t5 # E : find src misalignment
353 subq a1, t4, a1 # E : sub dest misalignment from src addr
359 extql t1, a1, t1 # U : shift src into place
363 extql t2, a1, t2 # U :