Lines Matching refs:a2
211 slti t2,a2,(2 * NSIZE)
255 PTR_SUBU a2,a2,t2
291 PTR_SUBU a2,a2,t2
304 PTR_SUBU a2,a2,t2
315 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */
316 beq a2,t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */
317 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
327 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */
370 move a2,t8
376 andi t8,a2,NSIZEMASK /* is there a 32-byte/64-byte chunk. */
378 beq a2,t8,L(chk1w)/* when a2==t8, no 32-byte chunk */
396 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
397 beq a2,t8,L(lastb)
398 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
409 blez a2,L(leave)
410 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */