Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 25 of 26) sorted by relevance

12

/glibc-2.36/sysdeps/sparc/sparc64/multiarch/
Dmemcpy-niagara2.S49 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument
64 #define FREG_MOVE_3(x0, x1, x2) \ argument
68 #define FREG_MOVE_4(x0, x1, x2, x3) \ argument
73 #define FREG_MOVE_5(x0, x1, x2, x3, x4) \ argument
79 #define FREG_MOVE_6(x0, x1, x2, x3, x4, x5) \ argument
86 #define FREG_MOVE_7(x0, x1, x2, x3, x4, x5, x6) \ argument
94 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument
108 #define FREG_LOAD_3(base, x0, x1, x2) \ argument
112 #define FREG_LOAD_4(base, x0, x1, x2, x3) \ argument
117 #define FREG_LOAD_5(base, x0, x1, x2, x3, x4) \ argument
[all …]
/glibc-2.36/sysdeps/x86_64/
Dtst-avxmod.c9 avx_test (__m256i x0, __m256i x1, __m256i x2, __m256i x3, in avx_test()
Dtst-auditmod6a.c8 audit_test (__m128i x0, __m128i x1, __m128i x2, __m128i x3, in audit_test()
Dtst-avx512mod.c9 avx512_test (__m512i x0, __m512i x1, __m512i x2, __m512i x3, in avx512_test()
Dtst-ssemod.c8 sse_test (__m128i x0, __m128i x1, __m128i x2, __m128i x3, in sse_test()
Dtst-auditmod10a.c26 audit_test (__m512i x0, __m512i x1, __m512i x2, __m512i x3, in audit_test()
Dtst-auditmod3a.c8 audit_test (__m128i x0, __m128i x1, __m128i x2, __m128i x3, in audit_test()
Dtst-auditmod4a.c9 audit_test (__m256i x0, __m256i x1, __m256i x2, __m256i x3, in audit_test()
Dtst-auditmod5a.c8 audit_test (__m128i x0, __m128i x1, __m128i x2, __m128i x3, in audit_test()
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dsysdep.h197 # define LOAD_ARGS_3(x0, x1, x2) \ argument
201 # define LOAD_ARGS_4(x0, x1, x2, x3) \ argument
205 # define LOAD_ARGS_5(x0, x1, x2, x3, x4) \ argument
209 # define LOAD_ARGS_6(x0, x1, x2, x3, x4, x5) \ argument
213 # define LOAD_ARGS_7(x0, x1, x2, x3, x4, x5, x6)\ argument
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_cosf.c52 double x2 = x * x; in COSF_FUNC() local
Ds_sincosf.c52 double x2 = x * x; in SINCOSF_FUNC() local
Dsincosf_poly.h33 sincosf_poly (double x, double x2, const sincos_t *p, int n, float *sinp, in sincosf_poly()
62 sinf_poly (double x, double x2, const sincos_t *p, int n) in sinf_poly()
De_powf.c174 float_t x2 = x * x; in __powf() local
/glibc-2.36/sysdeps/sparc/sparc32/
Dsfp-machine.h73 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
88 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
103 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
128 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
153 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument
155 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument
157 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_asin.c48 double x2,xx,res1,p,t,res,r,cor,cc,y,c,z; in __ieee754_asin() local
192 double x2,xx,res1,p,t,res,r,cor,cc,y,c,z; in libm_alias_finite() local
Dbranred.c57 double r[6],s,t,sum,b,bb,sum1,sum2,b1,bb1,b2,bb2,x1,x2,t1,t2; in __branred() local
Ds_tan.c56 s, sy, t, t1, t2, t3, t4, w, x2, xn, y, ya, in __tan() local
De_pow.c316 double_t x2 = x * x; in __pow() local
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_fma.c64 long double x2 = x - x1; in __fma() local
Ds_fmal.c197 long double x2 = x - x1; in __fmal() local
/glibc-2.36/sysdeps/x86/fpu/
Dsfp-machine.h52 # define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
69 # define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
82 # define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
99 # define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
112 # define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
Dsincosf_poly.h56 sincosf_poly (double x, double x2, const sincos_t *p, int n, float *sinp, in sincosf_poly()
86 sinf_poly (double x, double x2, const sincos_t *p, int n) in sinf_poly()
/glibc-2.36/soft-fp/
Dop-4.h658 # define __FP_FRAC_ADD_3(r2, r1, r0, x2, x1, x0, y2, y1, y0) \ argument
674 # define __FP_FRAC_ADD_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument
695 # define __FP_FRAC_SUB_3(r2, r1, r0, x2, x1, x0, y2, y1, y0) \ argument
714 # define __FP_FRAC_SUB_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument
739 # define __FP_FRAC_DEC_3(x2, x1, x0, y2, y1, y0) \ argument
755 # define __FP_FRAC_DEC_4(x3, x2, x1, x0, y3, y2, y1, y0) \ argument
772 # define __FP_FRAC_ADDI_4(x3, x2, x1, x0, i) \ argument
/glibc-2.36/stdlib/
Dtst-makecontext-align.c116 double x2; in check_align_32() member

12