Searched refs:t0 (Results 1 - 14 of 14) sorted by relevance

/bionic/libc/arch-mips/bionic/
H A Dffs.S50 subu $t0,$0,$a0
51 and $a0,$t0
52 clz $t0,$a0
55 subu $v0,$t0
62 subu $t0,$0,$a0
63 and $a0,$t0
68 sll $t0,$a0,4 /* t0 = X * 0x00000010 */
69 or $a0,$t0 /* a0 = X * 0x00000011 */
70 sll $t0,
[all...]
H A Dmemcmp16.S38 li $t0,0
44 1: lhu $t0,0($a0)
47 bne $t0,$t1,done
53 subu $v0,$t0,$t1
H A Dsigsetjmp.S66 REG_L t0, (_JBLEN*REGSZ)(a0) # get "savemask"
67 bne t0, 0x0, 1f # restore signal mask?
H A D_setjmp.S49 mfhc1 t0, FPR ; \
50 sw t0, OFF+4(BASE) ;
53 lw t0, OFF+4(BASE) ; \
56 mthc1 t0, FPR ; \
H A Dsetjmp.S50 mfhc1 t0, FPR ; \
51 sw t0, OFF+4(BASE) ;
54 lw t0, OFF+4(BASE) ; \
57 mthc1 t0, FPR ; \
/bionic/linker/arch/mips/
H A Dbegin.S43 la $t0, 1f
45 1: subu $t0, $ra, $t0
52 addu $t1, $t0
61 addu $s0, $t0
88 addu $t1, $t0
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h57 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
/bionic/libc/arch-mips/string/
H A Dmemset.S77 DBG andi t0,a0,1 # a0 must be halfword aligned
78 DBG tne t0,zero
103 addu t0,a0,a2 # t0 is the "past the end" address
127 DBG andi t0,a0,3 # a0 must be word aligned
128 DBG tne t0,zero
143 addu t0,a0,a2 # t0 is the "past the end" address
155 addu t0,a0,a2 # t0 i
[all...]
H A Dmemcpy.S72 subu t0,a0,a1
73 sra AT,t0,31
74 xor t1,t0,AT
75 subu t0,t1,AT
76 sltu AT,t0,a2
113 addu t0,a0,a2 # t0 is the "past the end" address
116 # the "t0-32" address
117 # This means: for x=128 the last "safe" a0 address is "t0-160"
118 # Alternatively, for x=64 the last "safe" a0 address is "t0
[all...]
/bionic/libc/kernel/arch-mips/asm/
H A Dregdef.h34 #define t0 $8 macro
89 #define t0 $12 macro
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c110 t0 = 4.83836122723810047042e-01, /* 0x3FDEF72B, 0xC8EE38A2 */ variable
259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
H A De_lgammaf_r.c43 t0 = 4.8383611441e-01, /* 0x3ef7b95e */ variable
192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/bionic/linker/
H A Dlinker.cpp1625 struct timeval t0, t1; local
1626 gettimeofday(&t0, 0);
1753 (((long long)t0.tv_sec * 1000000LL) + (long long)t0.tv_usec)
/bionic/libc/tzcode/
H A Dlocaltime.c152 static int differ_by_repeat(time_t t1, time_t t0);
335 differ_by_repeat(const time_t t1, const time_t t0) argument
340 return t1 - t0 == SECSPERREPEAT;

Completed in 8269 milliseconds