Searched refs:t6 (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 298 LWHI t6,24(a1) 299 LWLO t6,27(a1) 310 sw t6,24(a0) 328 LWHI t6,56(a1) 329 LWLO t6,59(a1) 340 sw t6,56(a0) 370 LWHI t6,24(a1) 371 LWLO t6,27(a1) 382 sw t6,24(a0)
|
D | memset.S | 202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder 203 subu t5,t7,t6 # subtract from t7 the reminder
|
/bionic/libc/arch-mips64/string/ |
D | memcpy.S | 298 LWHI t6,24(a1) 299 LWLO t6,27(a1) 310 sw t6,24(a0) 328 LWHI t6,56(a1) 329 LWLO t6,59(a1) 340 sw t6,56(a0) 370 LWHI t6,24(a1) 371 LWLO t6,27(a1) 382 sw t6,24(a0)
|
D | memset.S | 202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder 203 subu t5,t7,t6 # subtract from t7 the reminder
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 68 #define t6 $14 macro
|
/bionic/libc/arch-mips64/include/machine/ |
D | regdef.h | 75 #define t6 $14 macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgammaf_r.c | 49 t6 = 6.1005386524e-03, /* 0x3bc7e707 */ variable 192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in __ieee754_lgammaf_r()
|
D | e_lgamma_r.c | 116 t6 = 6.10053870246291332635e-03, /* 0x3F78FCE0, 0xE370E344 */ variable 259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in __ieee754_lgamma_r()
|