Lines Matching refs:t2
168 #undef t2
172 #define t2 $10 macro
288 sltu t2, len, NBYTES
292 bnez t2, .Lcopy_bytes_checklen\@
319 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@)
330 STORE(t2, UNIT(-6)(dst), .Ls_exc_p6u\@)
354 LOAD( t2, UNIT(2)(src), .Ll_exc_copy\@)
361 STORE(t2, UNIT(2)(dst), .Ls_exc_p2u\@)
396 #define bits t2
419 ADD t2, zero, NBYTES
421 SUB t2, t2, t1 # t2 = number of bytes copied
425 beq len, t2, .Ldone\@
426 SUB len, len, t2
427 ADD dst, dst, t2
429 ADD src, src, t2
450 LDFIRST(t2, FIRST(2)(src), .Ll_exc_copy\@)
452 LDREST(t2, REST(2)(src), .Ll_exc_copy\@)
461 STORE(t2, UNIT(2)(dst), .Ls_exc_p2u\@)