Searched refs:t4 (Results 1 – 9 of 9) sorted by relevance
/bionic/linker/arch/mips/ |
D | begin.S | 56 li $t4, DT_MIPS_LOCAL_GOTNO 66 1: bne $t2, $t4, 1f /* DT_MIPS_LOCAL_GOTNO? */
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 294 LWHI t4,16(a1) 295 LWLO t4,19(a1) 308 sw t4,16(a0) 324 LWHI t4,48(a1) 325 LWLO t4,51(a1) 338 sw t4,48(a0) 366 LWHI t4,16(a1) 367 LWLO t4,19(a1) 380 sw t4,16(a0)
|
D | memset.S | 205 addu t4,a0,t5 # Now t4 is the dst after 64-byte "safe" chunks
|
/bionic/libc/arch-mips64/string/ |
D | memcpy.S | 294 LWHI t4,16(a1) 295 LWLO t4,19(a1) 308 sw t4,16(a0) 324 LWHI t4,48(a1) 325 LWLO t4,51(a1) 338 sw t4,48(a0) 366 LWHI t4,16(a1) 367 LWLO t4,19(a1) 380 sw t4,16(a0)
|
D | memset.S | 205 addu t4,a0,t5 # Now t4 is the dst after 64-byte "safe" chunks
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 66 #define t4 $12 macro
|
/bionic/libc/arch-mips64/include/machine/ |
D | regdef.h | 73 #define t4 $12 macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgammaf_r.c | 47 t4 = 1.7970675603e-02, /* 0x3c93373d */ variable 193 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgammaf_r()
|
D | e_lgamma_r.c | 114 t4 = 1.79706750811820387126e-02, /* 0x3F9266E7, 0x970AF9EC */ variable 260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgamma_r()
|