Lines Matching refs:t2
27 #undef t2
31 #define t2 $10 macro
113 move t2, a1
190 andi t2, a1, 0x40
204 beqz t2, 1f
205 andi t2, a1, 0x20
213 beqz t2, .Ldo_end_words
223 andi t2, a1, 0x3
237 move a1, t2
262 lbu t2, (src)
266 sll t2, t2, 8
268 or t1, t2
453 sltu t2, len, NBYTES
455 bnez t2, .Lcopy_bytes_checklen\@
474 LOAD(t2, UNIT(2)(src))
486 STORE(t2, UNIT(2)(dst))
487 ADDC(t2, t3)
489 ADDC(sum, t2)
518 LOAD(t2, UNIT(2)(src))
526 STORE(t2, UNIT(2)(dst))
527 ADDC(t2, t3)
529 ADDC(sum, t2)
562 #define bits t2
588 ADD t2, zero, NBYTES
590 SUB t2, t2, t1 # t2 = number of bytes copied
597 beq len, t2, .Ldone\@
598 SUB len, len, t2
599 ADD dst, dst, t2
601 ADD src, src, t2
619 LDFIRST(t2, FIRST(2)(src))
621 LDREST(t2, REST(2)(src))
631 STORE(t2, UNIT(2)(dst))
632 ADDC(t2, t3)
634 ADDC(sum, t2)
669 move t2, zero # partial word
678 or t2, t0
692 or t2, t0
694 ADDC(sum, t2)