Home | History | Annotate | Download | only in dsp

Lines Matching refs:pY

140 //   const uint32_t* pY = &Y[4];
143 // const uint32_t xy0 = *pX + *pY;
144 // const uint32_t xy1 = *(pX + 1) + *(pY + 1);
149 // pY += 2;
156 const uint32_t* pY = &Y[4];
165 "lw %[temp1], 0(%[pY]) \n\t"
167 "lw %[temp3], 4(%[pY]) \n\t"
172 "addiu %[pY], %[pY], 8 \n\t"
181 [i]"=&r"(i), [pX]"+r"(pX), [pY]"+r"(pY)