Home | History | Annotate | Download | only in dsp

Lines Matching defs:pY

139 //   const uint32_t* pY = &Y[4];
142 // const uint32_t xy0 = *pX + *pY;
143 // const uint32_t xy1 = *(pX + 1) + *(pY + 1);
148 // pY += 2;
155 const uint32_t* pY = &Y[4];
164 "lw %[temp1], 0(%[pY]) \n\t"
166 "lw %[temp3], 4(%[pY]) \n\t"
171 "addiu %[pY], %[pY], 8 \n\t"
180 [i]"=&r"(i), [pX]"+r"(pX), [pY]"+r"(pY)