Lines Matching refs:a2
221 slti t2,a2,(2 * NSIZE)
265 PTR_SUBU a2,a2,t2
301 PTR_SUBU a2,a2,t2
314 PTR_SUBU a2,a2,t2
325 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */
326 beq a2,t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */
327 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
337 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */
380 move a2,t8
386 andi t8,a2,NSIZEMASK /* is there a 32-byte/64-byte chunk. */
388 beq a2,t8,L(chk1w)/* when a2==t8, no 32-byte chunk */
406 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
407 beq a2,t8,L(lastb)
408 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
419 blez a2,L(leave)
420 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */