Lines Matching refs:t2
126 #undef t2
130 #define t2 $10 macro
208 sltu t2, len, NBYTES
212 bnez t2, .Lcopy_bytes_checklen
233 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy)
244 STORE t2, UNIT(-6)(dst)
268 EXC( LOAD t2, UNIT(2)(src), .Ll_exc_copy)
274 STORE t2, UNIT(2)(dst)
307 #define bits t2
330 ADD t2, zero, NBYTES
332 SUB t2, t2, t1 # t2 = number of bytes copied
335 beq len, t2, .Ldone
336 SUB len, len, t2
337 ADD dst, dst, t2
339 ADD src, src, t2
359 EXC( LDFIRST t2, FIRST(2)(src), .Ll_exc_copy)
361 EXC( LDREST t2, REST(2)(src), .Ll_exc_copy)
370 STORE t2, UNIT(2)(dst)