Searched refs:q1 (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/arch-arm/denver/bionic/
H A Dmemcpy_base.S85 vld1.8 {q0, q1}, [r1]!
86 vst1.8 {q0, q1}, [r0, :256]!
112 vld1.8 {q0, q1}, [r1, :128]!
113 vst1.8 {q0, q1}, [r0, :256]!
114 vld1.8 {q0, q1}, [r1, :128]!
115 vst1.8 {q0, q1}, [r0, :256]!
119 vld1.8 {q0, q1}, [r1, :128]!
120 vst1.8 {q0, q1}, [r0, :256]!
121 vld1.8 {q0, q1}, [r1, :128]!
122 vst1.8 {q0, q1}, [r
[all...]
H A Dmemmove.S113 vld1.8 {q0, q1}, [r1]
114 vst1.8 {q0, q1}, [r0, :256]
142 vld1.8 {q0, q1}, [r1], r3
143 vst1.8 {q0, q1}, [r0, :256], r3
144 vld1.8 {q0, q1}, [r1], r3
145 vst1.8 {q0, q1}, [r0, :256], r3
150 vld1.8 {q0, q1}, [r1], r3
151 vst1.8 {q0, q1}, [r0, :256], r3
152 vld1.8 {q0, q1}, [r1], r3
153 vst1.8 {q0, q1}, [r
[all...]
H A Dmemset.S88 // q0, q1, and r1 contain the memset value
124 vmov q1, q0
138 vstm r3!, {q0, q1, q2, q3}
139 vstm r3!, {q0, q1, q2, q3}
153 vst1.8 {q0, q1}, [r3, :128]!
154 vst1.8 {q0, q1}, [r3, :128]!
159 vst1.8 {q0, q1}, [r3, :128]!
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_sqrt.c100 u_int32_t r,t1,s1,ix1,q1; local
138 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
163 q1 += r;
175 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;}
177 if (q1==(u_int32_t)0xfffffffe) q+=1;
178 q1+=2;
180 q1 += (q1
[all...]
H A De_jnf.c108 float q0,q1,h,tmp; int32_t k,m; local
110 q0 = w; z = w+h; q1 = w*z - (float)1.0; k=1;
111 while(q1<(float)1.0e9) {
113 tmp = z*q1 - q0;
114 q0 = q1;
115 q1 = tmp;
H A De_jn.c156 double q0,q1,h,tmp; int32_t k,m; local
158 q0 = w; z = w+h; q1 = w*z - 1.0; k=1;
159 while(q1<1.0e9) {
161 tmp = z*q1 - q0;
162 q0 = q1;
163 q1 = tmp;
/bionic/libc/arch-arm/krait/bionic/
H A Dmemset.S81 vmov q1, q0
/bionic/libc/arch-arm/generic/bionic/
H A Dmemcmp.S82 vsub.i8 q1, q3
83 vorr q2, q0, q1
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dmemset.S83 vmov q1, q0
/bionic/libc/arch-arm64/denver64/bionic/
H A Dmemcpy_base.S57 #define QA_h q1

Completed in 1571 milliseconds