Searched refs:t7 (Results 1 - 6 of 6) sorted by relevance
/bionic/libc/arch-mips/include/machine/ |
H A D | regdef.h | 69 #define t7 $15 macro
|
/bionic/libc/arch-mips/string/ |
H A D | memcpy.S | 144 lw t7,28(a1) 154 sw t7,28(a0) 166 lw t7,60(a1) 176 sw t7,60(a0) 200 lw t7,28(a1) 210 sw t7,28(a0) 300 LWHI t7,28(a1) 301 LWLO t7,31(a1) 311 sw t7,28(a0) 330 LWHI t7,6 [all...] |
H A D | memset.S | 200 subu t7,a2,96 # subtract "pref 30 unsafe" region 202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder 203 subu t5,t7,t6 # subtract from t7 the reminder 271 andi t7,t8,0x1f # is there a 32-byte chunk? 272 # the t7 is the reminder count past 32-bytes 273 beq t8,t7,.Lchk1w # when t8==t7, no 32-byte chunk 274 move a2,t7
|
/bionic/libc/kernel/arch-mips/asm/ |
H A D | regdef.h | 42 #define t7 $15 macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_lgamma_r.c | 117 t7 = -3.68452016781138256760e-03, /* 0xBF6E2EFF, 0xB3E914D7 */ variable 260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
|
H A D | e_lgammaf_r.c | 50 t7 = -3.6845202558e-03, /* 0xbb7177fe */ variable 193 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
|
Completed in 354 milliseconds