Searched refs:t5 (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 296 LWHI t5,20(a1) 297 LWLO t5,23(a1) 309 sw t5,20(a0) 326 LWHI t5,52(a1) 327 LWLO t5,55(a1) 339 sw t5,52(a0) 368 LWHI t5,20(a1) 369 LWLO t5,23(a1) 381 sw t5,20(a0)
|
D | memset.S | 203 subu t5,t7,t6 # subtract from t7 the reminder 204 # Here t5 counts bytes in 16w "safe" chunks 205 addu t4,a0,t5 # Now t4 is the dst after 64-byte "safe" chunks
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 67 #define t5 $13 macro
|
/bionic/libc/kernel/arch-mips/asm/ |
D | regdef.h | 40 #define t5 $13 macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgammaf_r.c | 48 t5 = -1.0314224288e-02, /* 0xbc28fcfe */ variable 194 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgammaf_r()
|
D | e_lgamma_r.c | 115 t5 = -1.03142241298341437450e-02, /* 0xBF851F9F, 0xBA91EC6A */ variable 261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgamma_r()
|