Searched refs:t8 (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | strcmp.S | 110 lbu $t8, OFFSET($a0); \ 112 beq $t8, $zero, L(bexit89); \ 114 bne $t8, $t9, L(bexit89) 145 lui $t8, 0x0101 146 ori $t8, 0x0101 150 dsll $t1, $t8, 32 151 or $t8, $t1 164 SUBU $t0, $v0, $t8; \ 192 SUBU $t0, $v0, $t8; \ 198 SUBU $t0, $v1, $t8; \ [all …]
|
D | strncmp.S | 112 lbu $t8, OFFSET($a0); \ 114 beq $t8, $zero, L(bexit89); \ 116 bne $t8, $t9, L(bexit89) 150 lui $t8, 0x0101 151 ori $t8, 0x0101 155 dsll $t0, $t8, 32 156 or $t8, $t0 177 SUBU $t0, $v0, $t8; \ 220 SUBU $t0, $v0, $t8; \ 271 EXT $t8, $v0, POS, 8; \ [all …]
|
D | memset.S | 215 .cpsetup $t9, $t8, __memset_chk 336 andi $t8,$a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */ 337 beq $a2,$t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */ 338 PTR_SUBU $a3,$a2,$t8 /* subtract from a2 the reminder */ 391 move $a2,$t8 397 andi $t8,$a2,NSIZEMASK /* is there a 32-byte/64-byte chunk. */ 399 beq $a2,$t8,L(chk1w)/* when a2==t8, no 32-byte chunk */ 417 andi $a2,$t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */ 418 beq $a2,$t8,L(lastb) 419 PTR_SUBU $a3,$t8,$a2 /* a3 is count of bytes in one (d)word chunks */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgamma_r.c | 119 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable 262 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgamma_r()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_lgammal_r.c | 80 t8 = 6.10053602051788840313573150785080958e-03L, variable 284 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+ in lgammal_r()
|