Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 25 of 222) sorted by relevance

123456789

/bionic/libc/tzcode/
Ddifftime.c25 double t1 = time1, t0 = time0; in difftime() local
26 return t1 - t0; in difftime()
38 uintmax_t t1 = time1, t0 = time0; in difftime() local
39 return time0 <= time1 ? t1 - t0 : dminus(t0 - t1); in difftime()
55 long double t1 = time1, t0 = time0; in difftime() local
56 return t1 - t0; in difftime()
/bionic/libc/arch-mips/string/
Dstrcmp.S131 or t0, zero, NSIZE
132 SUBU t1, t0, t1 #process (NSIZE - 1) bytes at max
157 SUBU t3, t0, t2 #t3 will be used as shifter
164 SUBU t0, v0, t8; \
167 and t0, t0, t1; \
168 bne t0, zero, L(returnzero);\
192 SUBU t0, v0, t8; \
194 and t0, t0, t1; \
195 bne t0, zero, L(worddiff); \
198 SUBU t0, v1, t8; \
[all …]
Dstrncmp.S131 srl t0, a2, (2 + NSIZE / 4)
132 beqz t0, L(byteloop) #process by bytes if less than (2 * NSIZE)
135 or t0, zero, NSIZE
136 SUBU t1, t0, t1 #process (NSIZE - 1) bytes at max
155 dsll t0, t8, 32
156 or t8, t0
167 andi t0, a0, (NSIZE - 1)
168 bne t0, zero, L(byteloop)
170 andi t0, a0, (NSIZE - 1)
171 bne t0, zero, L(uwordloop)
[all …]
/bionic/libc/arch-mips64/bionic/
Dsetjmp.S215 li t0, ~7
216 and a0, t0 # round jmpbuf addr DOWN to 8-byte boundary
227 andi t0, v0, 1 # extract savesigs flag
229 beqz t0, 1f # do saving of signal mask?
240 REG_L t0, SC_FLAG_OFFSET(a0) # move cookie to temp reg
246 m_mangle_reg_and_store ra, t0, t1, SC_REGS+0*REGSZ(a0)
247 m_mangle_reg_and_store s0, t0, t2, SC_REGS+1*REGSZ(a0)
248 m_mangle_reg_and_store s1, t0, t3, SC_REGS+2*REGSZ(a0)
249 m_mangle_reg_and_store s2, t0, t1, SC_REGS+3*REGSZ(a0)
250 m_mangle_reg_and_store s3, t0, t2, SC_REGS+4*REGSZ(a0)
[all …]
D__bionic_clone.S53 PTR_L t0,FRAMESZ+5*REGSZ(sp) # fn
55 PTR_S t0,FRAME_FN(a1) # fn
58 PTR_L t0,FRAME_GP(sp) # copy gp to child stack
59 PTR_S t0,FRAME_GP(a1)
/bionic/libc/arch-mips/bionic/
Dsetjmp.S215 li t0, ~7
216 and a0, t0 # round jmpbuf addr DOWN to 8-byte boundary
227 andi t0, v0, 1 # extract savesigs flag
229 beqz t0, 1f # do saving of signal mask?
240 REG_L t0, SC_FLAG_OFFSET(a0) # move cookie to temp reg
246 m_mangle_reg_and_store ra, t0, t1, SC_REGS+0*REGSZ(a0)
247 m_mangle_reg_and_store s0, t0, t2, SC_REGS+1*REGSZ(a0)
248 m_mangle_reg_and_store s1, t0, t3, SC_REGS+2*REGSZ(a0)
249 m_mangle_reg_and_store s2, t0, t1, SC_REGS+3*REGSZ(a0)
250 m_mangle_reg_and_store s3, t0, t2, SC_REGS+4*REGSZ(a0)
[all …]
/bionic/linker/arch/mips/
Dbegin.S45 la $t0, 1f
47 1: subu $t0, $ra, $t0
54 addu $t1, $t0
63 addu $s0, $t0
90 addu $t1, $t0
/bionic/linker/arch/mips64/
Dbegin.S64 LA t0, 1b
65 PTR_SUBU t0, ra, t0
72 PTR_ADDU t1, t0
81 PTR_ADDU s0, t0
107 PTR_ADDU t1, t0
/bionic/libc/arch-mips64/syscalls/
Dsetitimer.S15 move t0, ra
23 move ra, t0
Dmount.S15 move t0, ra
23 move ra, t0
Dsched_setaffinity.S15 move t0, ra
23 move ra, t0
Dmlock.S15 move t0, ra
23 move ra, t0
Depoll_ctl.S15 move t0, ra
23 move ra, t0
Dgetsid.S15 move t0, ra
23 move ra, t0
Dunshare.S15 move t0, ra
23 move ra, t0
Dnanosleep.S15 move t0, ra
23 move ra, t0
Dfdatasync.S15 move t0, ra
23 move ra, t0
Dsysinfo.S15 move t0, ra
23 move ra, t0
Dread.S15 move t0, ra
23 move ra, t0
Dwritev.S15 move t0, ra
23 move ra, t0
Dmunlock.S15 move t0, ra
23 move ra, t0
Dlinkat.S15 move t0, ra
23 move ra, t0
Dutimensat.S15 move t0, ra
23 move ra, t0
Dswapoff.S15 move t0, ra
23 move ra, t0
Dadjtimex.S15 move t0, ra
23 move ra, t0

123456789