Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 25 of 28) sorted by relevance

12

/sysdeps/alpha/
A Dbzero.S51 beq t3, $tail #
57 beq t3, $tail # .. e1 :
65 $tail: bne t4, 1f # is there a tail to do?
85 and a1, 7, t4 # .. e1 : find number of bytes in tail
A Dmemset.S53 beq t3, $tail
59 beq t3, $tail # .. e1 :
67 $tail: bne t4, 1f # is there a tail to do?
96 and a2, 7, t4 # .. e1 : find number of bytes in tail
/sysdeps/ieee754/dbl-64/
A De_exp2.c95 double_t kd, r, r2, scale, tail, tmp; in __exp2() local
130 tail = asdouble (T[idx]); in __exp2()
138 tmp = tail + r * C1 + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in __exp2()
A De_exp.c102 double_t kd, z, r, r2, scale, tail, tmp; in __exp() local
143 tail = asdouble (T[idx]); in __exp()
151 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in __exp()
A De_pow.c52 log_inline (uint64_t ix, double_t *tail) in log_inline() argument
115 *tail = hi - y + lo; in log_inline()
191 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
235 tail = asdouble (T[idx]); in exp_inline()
243 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp_inline()
/sysdeps/hppa/
A Ddl-fptr.c291 struct fdesc *head = NULL, *tail = NULL; in _dl_unmap() local
306 if (tail == NULL) in _dl_unmap()
307 tail = head; in _dl_unmap()
312 if (tail) in _dl_unmap()
314 tail->ip = (ElfW(Addr)) local.free_list; in _dl_unmap()
316 tail->ip, (ElfW(Addr)) head)); in _dl_unmap()
/sysdeps/powerpc/powerpc64/le/power10/
A Dmemset.S121 L(tail):
228 beq L(tail)
237 128: bf 31,L(tail)
241 b L(tail)
/sysdeps/powerpc/powerpc64/power7/
A Dmemset.S230 beq cr6,L(tail)
258 1: bf 31,L(tail)
264 L(tail):
A Dstrncmp.S83 bdz L(tail)
174 L(tail):
/sysdeps/powerpc/powerpc32/power7/
A Dmemset.S273 beq cr6,L(tail)
301 1: bf 31,L(tail)
307 L(tail):
A Dstrncmp.S74 bdz L(tail)
145 L(tail):
/sysdeps/aarch64/
A Dstrrchr.S83 bne L(tail)
103 L(tail):
A Dstrcpy.S88 cbnz synd, L(tail)
113 L(tail):
A Dstrcmp.S156 b.ne L(tail)
182 L(tail):
/sysdeps/ia64/fpu/
A Dimport_file.awk43 …a|low|coeffs|constants|CONSTANTS|reduction|Stirling)(_?([1-9cdimpqstPQT]+|tail))?|(Constants|Poly|…
A Dlibm_tan.S927 tail = f35 define
3136 (p0) fadd.s1 tail = V_hi, V_lo
3145 (p0) fma.s1 tail = tail, P, V_lo
3155 (p0) fma.s1 tail = tail, Sx, CORR
3164 (p0) fma.s1 tail = V_hi, Sx, tail
3173 (p11) fma.s0 Result = sgn_r, tail, T_hi
3179 (p12) fma.s0 Result = sgn_r, tail, C_hi
A Ds_tanl.S1081 tail = f35 define
3006 fadd.s1 tail = V_hi, V_lo
3014 fma.s1 tail = tail, P, V_lo
3023 fma.s1 tail = tail, Sx, CORR
3031 fma.s1 tail = V_hi, Sx, tail
3039 (p11) fma.s0 Result = sgn_r, tail, T_hi
3044 (p12) fma.s0 Result = sgn_r, tail, C_hi
/sysdeps/powerpc/powerpc32/
A Dstrncmp.S68 bdz L(tail)
140 L(tail):
/sysdeps/powerpc/powerpc32/power4/
A Dstrncmp.S70 bdz L(tail)
142 L(tail):
/sysdeps/powerpc/powerpc64/
A Dstrncmp.S76 bdz L(tail)
169 L(tail):
/sysdeps/powerpc/powerpc64/power4/
A Dstrncmp.S78 bdz L(tail)
171 L(tail):
/sysdeps/powerpc/powerpc64/power8/
A Dmemset.S289 beq cr6,L(tail)
325 2: bf 31,L(tail)
332 L(tail):
/sysdeps/s390/s390-32/
A Ddl-trampoline.h245 # tail call without
252 br %r1 # tail call
/sysdeps/s390/s390-64/
A Ddl-trampoline.h250 # tail call without copying the
257 br %r1 # tail call
/sysdeps/alpha/alphaev6/
A Dmemset.S94 beq $3, $no_quad # U : tail stuff only

Completed in 30 milliseconds

12