Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 25 of 44) sorted by relevance

12

/sysdeps/powerpc/
A Dtest-gettimebase.c32 uint64_t t1, t2, t3; in do_test() local
37 t3 = __ppc_get_timebase (); in do_test()
38 printf ("Time Base = %"PRIu64"\n", t3); in do_test()
39 if (t1 != t2 && t1 != t3 && t2 != t3) in do_test()
/sysdeps/alpha/
A Dbzero.S51 beq t3, $tail #
52 blbc t3, 0f # skip single store if count even
55 subq t3, 1, t3 # .. e1 :
57 beq t3, $tail # .. e1 :
60 subq t3, 2, t3 # .. e1 :
63 bne t3, 0b # e1 :
84 srl a1, 3, t3 # e0 : loop = count >> 3
94 subq t3, 1, t3 # e0 :
102 mskqh t0, a1, t3 # e0 :
103 or t2, t3, t0 # e1 :
A Dstrcmp.S41 lda t3, -1 # e0 :
50 mskqh t3, a0, t3 # e0 :
52 ornot t1, t3, t1 # e0 :
53 ornot t0, t3, t0 # .. e1 :
86 mskqh t3, t5, t3 # e0 :
87 ornot t1, t3, t3 # e0 :
111 mskqh t3, a0, t3 # e0 :
117 lda t3, -1 # .. e1 :
118 mskql t3, a1, t3 # e0 : mask for s2[1] bits we have seen
122 or t2, t3, t3 # e0 :
[all …]
A Dmemset.S53 beq t3, $tail
54 blbc t3, 0f # skip single store if count even
57 subq t3, 1, t3 # .. e1 :
59 beq t3, $tail # .. e1 :
62 subq t3, 2, t3 # .. e1 :
65 bne t3, 0b # e1 :
94 srl a2, 3, t3 # .. e1 : loop = count >> 3
108 subq t3, 1, t3 # .. e1 :
118 mskqh t0, a2, t3 # e0 :
120 or t0, t3, t0 # e1 :
A Dstpncpy.S41 and t8, 0xf0, t3 # binary search for byte offset of the
45 cmovne t3, 4, t3
48 addq v0, t3, v0
58 subq t10, 1, t3 # .. e1 :
60 or t3, t10, t3 # .. e1 : written byte and the last byte in
61 andnot t3, t2, t3 # e0 : COUNT
63 zap t0, t3, t0 # e0 :
A Dstrrchr.S57 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
59 andnot t3, t4, t3 # e0 : clear garbage from char test
65 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
66 cmovne t3, t3, t7 # e0 :
70 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
80 and t3, t4, t3 # e0 : mask out char matches after null
81 cmovne t3, t3, t7 # .. e1 : save it, if match found
82 cmovne t3, v0, t6 # e0 :
A Dstrchr.S55 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
56 or t2, t3, t0 # e1 : bits set iff char match or zero match
65 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
66 or t2, t3, t0 # e0 :
72 and t0, t3, t1 # e0 : bit set iff byte was the char
76 and t0, 0xcc, t3 # .. e1 :
79 cmovne t3, 2, t3 # e0 :
81 addq t2, t3, t2 # e0 :
A Dhtonl.S37 zapnot t2, 0x05, t3 # t3 = 0000000000CC00AA
38 addl t0, t3, v0 # v0 = ssssssssDDCCBBAA
A Dstrncpy.S45 subq t10, 1, t3 # .. e1 :
47 or t3, t10, t3 # .. e1 : written byte and the last byte in
48 andnot t3, t2, t3 # e0 : COUNT
49 zap t0, t3, t0 # e1 :
A Drawmemchr.S52 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
55 andnot t3, t4, t0 # e0 : clear garbage bits
74 and t0, 0xcc, t3 # .. e1 :
78 cmovne t3, 2, t3 # e0 :
81 addq t2, t3, t2 # e0 :
A Dstrcat.S55 and t1, 0xcc, t3
58 cmovne t3, 2, t3
60 addq t2, t3, t2
A Dstrlen.S61 and t1, 0xcc, t3
64 cmovne t3, 2, t3
66 addq t2, t3, t2
A Dstrncat.S57 and t1, 0xcc, t3
60 cmovne t3, 2, t3
62 addq t2, t3, t2
A Ddivqu.S137 stq t3, 40(sp)
141 cfi_rel_offset (t3, 40)
147 #define QY t3 /* Q*Y */
178 ldq t3, 40(sp)
185 cfi_restore (t3)
225 2: addq Q, S, t3
230 cmovne AT, t3, Q
A Dstrncmp.S50 lda t3, -1
52 srl t3, 1, t6
67 mskqh t3, a1, t8 # mask off leading garbage
134 mskqh t3, t5, t7 # mask garbage in s2
163 mskqh t3, a0, t8
194 extql t2, a1, t3 # e0 :
204 or t1, t3, t1 # e0 :
209 xor t0, t1, t3 # e0 : compare the words
217 bne t3, $wordcmp # .. e1 :
260 cmpbge t1, t0, t3
[all …]
A Ddivq.S119 #define QY t3 /* Q*Y */
132 stq t3, 0(sp)
134 cfi_rel_offset (t3, 0)
160 ldq t3, 0(sp)
169 cfi_restore (t3)
210 2: addq Q, S, t3
215 cmovne AT, t3, Q
A Dremq.S120 #define QY t3 /* Q*Y */
133 stq t3, 0(sp)
135 cfi_rel_offset (t3, 0)
161 ldq t3, 0(sp)
170 cfi_restore (t3)
211 2: addq Q, S, t3
216 cmovne AT, t3, Q
A Dremqu.S143 stq t3, 40(sp)
147 cfi_rel_offset (t3, 40)
153 #define QY t3 /* Q*Y */
184 ldq t3, 40(sp)
191 cfi_restore (t3)
231 2: addq Q, S, t3
236 cmovne AT, t3, Q
/sysdeps/alpha/alphaev67/
A Dstrrchr.S45 sll t5, 8, t3 # U : 00000000ch000000
49 or t5, t3, t3 # E : 00000000chch0000
54 or t2, t3, t2 # E : 0000chchchch0000
63 cmpbge zero, t2, t3 # E : bits set iff byte == c
65 andnot t3, t4, t3 # E : clear garbage from char test
71 cmovne t3, v0, t6 # E : save previous comparisons match
75 cmovne t3, t3, t8 # E : Latency=2, extra map slot
81 cmpbge zero, t2, t3 # E : bits set iff byte == c
92 and t3, t4, t3 # E : mask out char matches after null
93 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
[all …]
A Dstrchr.S38 and a1, 0xff, t3 # E : 00000000000000ch
42 insbl t3, 6, a3 # U : 00ch000000000000
43 or t5, t3, a1 # E : 000000000000chch
60 cmpbge zero, t1, t3 # E : bits set iff byte == c
61 or t2, t3, t0 # E : bits set iff char match or zero match
79 cmpbge zero, t1, t3 # E : bits set iff byte == c
80 or t2, t3, t0 # E :
81 cttz t3, a2 # U0 : speculative (in case we get a match)
87 and t0, t3, t1 # E : bit set iff byte was the char
A Dstpncpy.S50 subq t10, 1, t3
55 or t3, t10, t3
57 andnot t3, t2, t3
59 zap t0, t3, t0
/sysdeps/pthread/
A Dtst-create1.c76 pthread_t t3; in thread2() local
82 t3 = xpthread_create (0, thread3, 0); in thread2()
85 xpthread_join (t3); in thread2()
91 t3 = xpthread_create (0, thread3, 0); in thread2()
94 xpthread_join (t3); in thread2()
/sysdeps/unix/sysv/linux/mips/
A Dmakecontext.S105 move t3, zero
107 addiu t3, 1
112 bgeu t3, a2, 2f /* all done */
113 bltu t3, NARGREGS, 0b /* next */
116 PTR_SUBU t2, a2, t3
124 addiu t3, 1
129 bltu t3, a2, 1b /* next */
/sysdeps/mips/sys/
A Dregdef.h42 #define t3 $15 macro
51 #define t3 $11 macro
/sysdeps/ieee754/dbl-64/
A De_atan2.c62 double ax, ay, u, du, v, vv, dv, t1, t2, t3, in __ieee754_atan2() local
259 t3 = u - cij[i][0].d; in __ieee754_atan2()
260 EADD (t3, du, v, dv); in __ieee754_atan2()
284 t3 = ((hpi1.d + cor) - du) - zz; in __ieee754_atan2()
285 z = t2 + t3; in __ieee754_atan2()
317 t3 = ((hpi1.d + cor) + du) + zz; in __ieee754_atan2()
318 z = t2 + t3; in __ieee754_atan2()
346 t3 = ((opi1.d + cor) - du) - zz; in __ieee754_atan2()
347 z = t2 + t3; in __ieee754_atan2()

Completed in 17 milliseconds

12