Home | History | Annotate | Download | only in string

Lines Matching refs:t8

87 	xor	t8,a1,a0
88 andi t8,t8,0x3 # t8 is a0/a1 word-displacement
90 bne t8,zero,.Lunaligned
97 LWHI t8,0(a1)
99 SWHI t8,0(a0)
104 andi t8,a2,0x3f # any whole 64-byte chunks?
105 # t8 is the byte count after 64-byte chunks
107 beq a2,t8,.Lchk8w # if a2==t8, no 64-byte chunks
109 subu a3,a2,t8 # subtract from a2 the reminder
182 move a2,t8
188 andi t8,a2,0x1f # is there a 32-byte chunk?
189 # the t8 is the reminder count past 32-bytes
190 beq a2,t8,.Lchk1w # when a2=t8, no 32-byte chunk
214 andi a2,t8,0x3 # now a2 is the reminder past 1w chunks
215 beq a2,t8,.Llast8
216 subu a3,t8,a2 # a3 is count of bytes in 1w chunks
259 andi t8,a2,0x3f # any whole 64-byte chunks?
260 # t8 is the byte count after 64-byte chunks
261 beq a2,t8,.Lua_chk8w # if a2==t8, no 64-byte chunks
263 subu a3,a2,t8 # subtract from a2 the reminder
347 move a2,t8
353 andi t8,a2,0x1f # is there a 32-byte chunk?
354 # the t8 is the reminder count
355 beq a2,t8,.Lua_chk1w # when a2=t8, no 32-byte chunk
387 andi a2,t8,0x3 # now a2 is the reminder past 1w chunks
388 beq a2,t8,.Lua_smallCopy
389 subu a3,t8,a2 # a3 is count of bytes in 1w chunks