Searched refs:t8 (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmemcpy.S87 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,
[all...]
H A Dmemset.S184 andi t8,a2,0x3f # any 64-byte chunks?
185 # t8 is the byte count past 64-byte chunks
186 beq a2,t8,.Lchk8w # when a2==t8, no 64-byte chunks
188 subu a3,a2,t8 # subtract from a2 the reminder
269 .Lchk8w: # t8 here is the byte count past 64-byte chunks
271 andi t7,t8,0x1f # is there a 32-byte chunk?
273 beq t8,t7,.Lchk1w # when t8==t7, no 32-byte chunk
287 andi t8,a
[all...]
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h83 #define t8 $24 /* two more temp registers */ macro
/bionic/libc/kernel/arch-mips/asm/
H A Dregdef.h54 #define t8 $24 macro
104 #define t8 $24 macro
/bionic/libm/src/
H A De_lgamma_r.c118 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable
260 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
H A De_lgammaf_r.c52 t8 = 2.2596477065e-03, /* 0x3b141699 */ variable
194 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));

Completed in 175 milliseconds