Lines Matching refs:pom1

71     float pom,  pom1,  pom2,  pom3;
116 "lwc1 %[pom1], 56(%[tmpz]) \n\t"
122 "add.s %[tmp3], %[tmp3], %[pom1] \n\t" // tmp3 = tmpz[6].re + tmpz[7].re;
129 "lwc1 %[pom1], 44(%[tmpz]) \n\t"
139 "sub.s %[tmp2], %[tmp2], %[pom1] \n\t" // tmp2 = tmpz[4].im - tmpz[5].im;
142 "sub.s %[pom1], %[pom], %[tmp5] \n\t"
147 "swc1 %[pom1], 32(%[tmpz]) \n\t" // tmpz[4].re = tmpz[0].re - tmp5;
151 "lwc1 %[pom1], 16(%[tmpz]) \n\t"
154 "sub.s %[temp], %[pom1], %[tmp8] \n\t"
160 "add.s %[pom1], %[pom1], %[tmp8] \n\t"
167 "swc1 %[pom1], 16(%[tmpz]) \n\t" // tmpz[2].re = tmpz[2].re + tmp8;
181 "sub.s %[pom1], %[pom], %[tmp4] \n\t"
189 "swc1 %[pom1], 56(%[tmpz]) \n\t" // tmpz[7].re = tmpz[3].re - tmp4;
193 : [tmp1]"=&f"(tmp1), [pom]"=&f"(pom), [pom1]"=&f"(pom1), [pom2]"=&f"(pom2),
219 "lwc1 %[pom1], 0(%[tmpz_n2]) \n\t"
225 "add.s %[tmp5], %[pom1], %[pom] \n\t" // tmp5 = tmpz[ n2].re + tmpz[n34].re;
226 "sub.s %[tmp1], %[pom1], %[pom] \n\t" // tmp1 = tmpz[ n2].re - tmpz[n34].re;
235 "lwc1 %[pom1], 0(%[tmpz_n4]) \n\t"
239 "sub.s %[pom], %[pom1], %[tmp2] \n\t"
240 "add.s %[pom1], %[pom1], %[tmp2] \n\t"
244 "swc1 %[pom1], 0(%[tmpz_n4]) \n\t" // tmpz[ n4].re = tmpz[n4].re + tmp2;
248 [tmp1]"=&f"(tmp1), [pom]"=&f"(pom), [pom1]"=&f"(pom1), [pom2]"=&f"(pom2),
270 "lwc1 %[pom1], 4(%[tmpz_n34_i]) \n\t"
273 "mul.s %[pom2], %[w_im], %[pom1] \n\t"
278 "madd.s %[tmp4], %[pom3], %[w_re], %[pom1] \n\t" // tmp4 = w_re * tmpz[n34+i].im + w_im * tmpz[n34+i].re;
287 "sub.s %[pom1], %[pom], %[tmp6] \n\t"
293 "swc1 %[pom1], 4(%[tmpz_n2_i]) \n\t" // tmpz[ n2+i].im = tmpz[ i].im - tmp6;
306 [pom]"=&f"(pom), [pom1]"=&f"(pom1), [pom2]"=&f"(pom2), [pom3]"=&f"(pom3)