Searched refs:t8 (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 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 347 move a2,t8 [all …]
|
D | memset.S | 184 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
|
/bionic/libc/arch-mips64/string/ |
D | memcpy.S | 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 347 move a2,t8 [all …]
|
D | memset.S | 184 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
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 83 #define t8 $24 /* two more temp registers */ macro
|
/bionic/libc/arch-mips64/include/machine/ |
D | regdef.h | 90 #define t8 $24 /* two more temp registers */ macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgammaf_r.c | 51 t8 = 2.2596477065e-03, /* 0x3b141699 */ variable 194 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgammaf_r()
|
D | e_lgamma_r.c | 118 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable 261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgamma_r()
|