Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 64) sorted by relevance

123

/sysdeps/ieee754/dbl-64/
A Ds_tan.c93 t2 = d7.d + x2 * t2; in __tan()
94 t2 = d5.d + x2 * t2; in __tan()
95 t2 = d3.d + x2 * t2; in __tan()
151 t2 = d7.d + a2 * t2; in __tan()
152 t2 = d5.d + a2 * t2; in __tan()
153 t2 = d3.d + a2 * t2; in __tan()
154 t2 = da + a * a2 * t2; in __tan()
241 t2 = d7.d + a2 * t2; in __tan()
242 t2 = d5.d + a2 * t2; in __tan()
243 t2 = d3.d + a2 * t2; in __tan()
[all …]
A Ds_cbrt.c39 double xm, ym, u, t2; in __cbrt() local
64 t2 = u * u * u; in __cbrt()
66 ym = u * (t2 + 2.0 * xm) / (2.0 * t2 + xm) * factor[2 + xe % 3]; in __cbrt()
A De_hypot.c66 double t1, t2; in kernel() local
69 t2 = ax - ay; in kernel()
72 return sqrt (fma (t1, ax, t2 * t2)); in kernel()
82 t2 = (delta - 2.0 * (ax - ay)) * delta; in kernel()
88 t2 = (4.0 * delta - ay) * ay + delta * delta; in kernel()
91 h -= (t1 + t2) / (2.0 * h); in kernel()
/sysdeps/unix/sysv/linux/powerpc/
A Dtest-gettimebasefreq.c35 uint64_t t1, t2, f, diff; in do_test() local
48 t2 = __ppc_get_timebase (); in do_test()
49 printf ("t2 = %"PRIu64"\n", t2); in do_test()
51 if (t2 > t1) { in do_test()
52 diff = t2 - t1; in do_test()
54 diff = (MAX_TB - t2) + t1; in do_test()
/sysdeps/powerpc/
A Dtest-gettimebase.c32 uint64_t t1, t2, t3; in do_test() local
35 t2 = __ppc_get_timebase (); in do_test()
36 printf ("Time Base = %"PRIu64"\n", t2); in do_test()
39 if (t1 != t2 && t1 != t3 && t2 != t3) in do_test()
/sysdeps/alpha/
A Dstrcat.S51 $found: negq t1, t2 # clear all but least set bit
52 and t1, t2, t1
54 and t1, 0xf0, t2 # binary search for that set bit
57 cmovne t2, 4, t2
60 addq t2, t3, t2
62 addq a0, t2, a0
A Dstrlen.S57 $found: negq t1, t2 # clear all but least set bit
58 and t1, t2, t1
60 and t1, 0xf0, t2 # binary search for that set bit
63 cmovne t2, 4, t2
66 addq t2, t3, t2
68 addq v0, t2, v0
A Dstxcpy.S59 mskqh t2, a1, t2 # e0 : detection in the src word
61 ornot t1, t2, t2 # .. e1 :
135 ldq_u t2, 8(a1) # e0 :
139 extqh t2, a1, t4 # e0 :
151 or t6, t2, t2 # e1 : already extracted before
202 extqh t2, a1, t1 # e0 :
211 extql t2, a1, t1 # e0 :
263 mskqh t2, t5, t2 # e0 :
265 ornot t1, t2, t3 # .. e1 :
283 zapnot t2, t7, t2 # .. e1 : prepare source word; mirror changes
[all …]
A Dstxncpy.S68 mskqh t2, a1, t2 # e0 : detection in the src word
70 ornot t1, t2, t2 # .. e1 :
125 lda t2, -1
127 srl t2, 1, t2
133 and a2, 7, t2
167 extqh t2, a1, t4 # e0 :
180 or t6, t2, t2 # .. e1 :
246 extql t2, a1, t0 # e0 :
322 mskqh t2, t5, t2 # e0 : begin src byte validity mask
324 extql t2, a1, t2 # e0 :
[all …]
A Dstrncat.S53 $found: negq t1, t2 # clear all but least set bit
54 and t1, t2, t1
56 and t1, 0xf0, t2 # binary search for that set bit
59 cmovne t2, 4, t2
62 addq t2, t3, t2
64 addq a0, t2, a0
A Dstpcpy.S37 and t8, 0xf0, t2 # binary search for byte offset of the
41 cmovne t2, 4, t2
44 addq a0, t2, v0
A Dstrchr.S48 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
56 or t2, t3, t0 # e1 : bits set iff char match or zero match
64 cmpbge zero, t0, t2 # e0 : bits set iff byte == 0
66 or t2, t3, t0 # e0 :
75 and t0, 0xf0, t2 # e0 : binary search for that set bit
78 cmovne t2, 4, t2 # .. e1 :
81 addq t2, t3, t2 # e0 :
83 addq v0, t2, v0 # e0 :
A Dstrcmp.S38 xor a0, a1, t2 # .. e1 : are s1 and s2 co-aligned?
40 and t2, 7, t2 # .. e1 :
42 bne t2, $unaligned # .. e1 :
63 xor t0, t1, t2 # e0 :
64 bne t2, $wordcmp # .. e1 (zdb)
112 extqh t2, a1, t4 # e0 :
122 or t2, t3, t3 # e0 :
138 extql t2, a1, t3 # e0 :
144 extqh t2, a1, t1 # e0 :
157 extql t2, a1, t1 # .. e0 :
[all …]
A Dstrncmp.S51 and t2, 7, t2
60 bne t2, $unaligned
82 xor t0, t1, t2 # e0 :
83 bne t2, $wordcmp # .. e1 (zdb)
101 xor t0, t1, t2 # e0 :
143 lda t2, 0 # next = zero
164 extqh t2, a1, t4
174 or t2, t8, t8
194 extql t2, a1, t3 # e0 :
201 extqh t2, a1, t1 # e0 :
[all …]
A Dhtonl.S35 srl t1, 16, t2 # t2 = 0000000000CCDDAA
37 zapnot t2, 0x05, t3 # t3 = 0000000000CC00AA
A Dstpncpy.S42 and t8, 0xcc, t2 # last byte written.
46 cmovne t2, 2, t2
49 addq t1, t2, t1
56 subq t8, 1, t2 # .. e1 :
59 or t2, t8, t2 # e0 : clear the bits between the last
61 andnot t3, t2, t3 # e0 : COUNT
A Dstrrchr.S55 xor t0, a1, t2 # e0 : make bytes == c zero
57 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
68 xor t0, a1, t2 # e0 :
70 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
90 and t7, 0xf0, t2 # e0 : binary search for the high bit set
91 cmovne t2, t2, t7 # .. e1 (zdb)
92 cmovne t2, 4, t2 # e0 :
98 addq t2, t1, t1 # e0 :
A Drawmemchr.S73 and t0, 0xf0, t2 # e0 : binary search for that set bit
77 cmovne t2, 4, t2 # .. e1 :
81 addq t2, t3, t2 # e0 :
83 addq v0, t2, v0 # e0 :
/sysdeps/mips/
A Dmemset.S234 dsll t2,a1,8
235 or a1,t2
236 dsll t2,a1,16
237 or a1,t2
239 or a1,t2
242 sll t2,a1,8
243 or a1,t2
244 sll t2,a1,16
245 or a1,t2
290 subu t2,t9,t2
[all …]
/sysdeps/ieee754/flt-32/
A Ds_cbrtf.c39 float xm, ym, u, t2; in __cbrtf() local
55 t2 = u * u * u; in __cbrtf()
57 ym = u * (t2 + 2.0 * xm) / (2.0 * t2 + xm) * factor[2 + xe % 3]; in __cbrtf()
/sysdeps/alpha/alphaev6/
A Dstxcpy.S58 mskqh t2, a1, t2 # U : detection in the src word (stall)
60 ornot t1, t2, t2 # E : (stall)
147 ldq_u t2, 8(a1) # L :
163 or t6, t2, t2 # E : already extracted before (stall)
176 cmpbge zero, t2, t10 # E : (stall for t2)
219 extqh t2, a1, t1 # U :
227 extql t2, a1, t1 # U :
283 mskqh t2, t5, t2 # U :
284 ornot t1, t2, t3 # E : (stall)
301 zapnot t2, t10, t2 # U : prepare source word; mirror changes (stall)
[all …]
A Dstxncpy.S65 mskqh t2, a1, t2 # U : detection in the src word (stall)
67 ornot t1, t2, t2 # E : (stall)
144 lda t2, -1 # E :
149 srl t2, 1, t2 # U :
195 extqh t2, a1, t4 # U : (3 cycle stall on t2)
210 or t6, t2, t2 # E :
225 cmpbge zero, t2, t7 # E :
281 extql t2, a1, t0 # U :
359 mskqh t2, t5, t2 # U : begin src byte validity mask
361 extql t2, a1, t2 # U :
[all …]
/sysdeps/unix/sysv/linux/mips/
A Dmakecontext.S97 PTR_L t2, STACK_SIZE(a0)
99 PTR_ADDU t0, t2
104 PTR_ADDIU t2, a0, MCONTEXT_GREGS + 4 * MCONTEXT_GREGSZ + MCONTEXT_GREGOFF
110 REG_S v1, (t2)
111 PTR_ADDIU t2, MCONTEXT_GREGSZ
116 PTR_SUBU t2, a2, t3
117 PTR_SLL t2, 3
118 PTR_SUBU t0, t2
122 move t2, t0
127 REG_S v1, (t2)
[all …]
/sysdeps/alpha/alphaev67/
A Dstrrchr.S38 and a1, 0xff, t2 # E : 00000000000000ch
44 or t2, t4, a1 # E : 000000000000chch
50 sll a1, 32, t2 # U : 0000chch00000000
54 or t2, t3, t2 # E : 0000chchchch0000
55 or a1, t2, a1 # E : chchchchchchchch
60 xor t0, a1, t2 # E : make bytes == c zero
63 cmpbge zero, t2, t3 # E : bits set iff byte == c
78 xor t0, a1, t2 # E :
81 cmpbge zero, t2, t3 # E : bits set iff byte == c
100 ctlz t8, t2 # U0 : Latency=3 (0x40 for t8=0)
[all …]
/sysdeps/ieee754/ldbl-96/
A De_hypotl.c45 long double t1, t2; in kernel() local
51 t2 = (delta - 2.0L * (ax - ay)) * delta; in kernel()
57 t2 = (4.0L * delta - ay) * ay + delta * delta; in kernel()
60 h -= (t1 + t2) / (2.0L * h); in kernel()

Completed in 28 milliseconds

123