Home
last modified time | relevance | path

Searched refs:t8 (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/machine/mips/
Dstrcmp.S98 lui t8, 0x0101
99 ori t8, t8, 0x0101
106 subu t0, v0, t8; \
138 subu t0, v0, t8
166 srl t8, v0, 8
168 andi t8, t8, 0xff
169 beq t8, zero, L(wexit89)
171 bne t8, t9, L(wexit89)
180 srl t8, v0, 24
188 srl t8, v0, 16
[all …]
Dmemcpy.S325 xor t8,a1,a0
326 andi t8,t8,(NSIZE-1) /* t8 is a0/a1 word-displacement */
327 bne t8,zero,L(unaligned)
334 C_LDHI t8,0(a1)
336 C_STHI t8,0(a0)
346 andi t8,a0,7
348 PTR_LSA t9,t8,t9,2
382 subu t8,t9,t8
383 PTR_SUBU a2,a2,t8
384 PTR_ADDU a0,a0,t8
[all …]
Dmemset.S323 andi t8,a2,NSIZEDMASK /* any whole 64-byte/128-byte chunks? */
324 beq a2,t8,L(chkw) /* if a2==t8, no 64-byte/128-byte chunks */
325 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
378 move a2,t8
384 andi t8,a2,NSIZEMASK /* is there a 32-byte/64-byte chunk. */
386 beq a2,t8,L(chk1w)/* when a2==t8, no 32-byte chunk */
404 andi a2,t8,(NSIZE-1) /* a2 is the reminder past one (d)word chunks */
405 beq a2,t8,L(lastb)
406 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
/picolibc-latest/test/
Dtime-tests.c235 time_t t8 = timegm( &dtForTimegm8 ); in main() local
237 if ( t8 != 4233686400 || // That is much higher than INT32_MAX. in main()
/picolibc-latest/newlib/libc/machine/mips/machine/
Dregdef.h92 #define t8 $24 macro
/picolibc-latest/newlib/libm/math/
Dsrf_lgamma.c49 t8 = 2.2596477065e-03, /* 0x3b141699 */ variable
236 p3 = t2 + w * (t5 + w * (t8 + w * (t11 + w * t14))); in __math_lgammaf_r()
Dsr_lgamma.c117 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable
304 p3 = t2 + w * (t5 + w * (t8 + w * (t11 + w * t14))); in __math_lgamma_r()