Home | History | Annotate | Download | only in source

Lines Matching refs:ptr1

121 //   *ptr1 = input1 * (*ptr0) + input0 * (*ptr2);
129 int32_t* ptr1, // Sample buffer
202 "sw %[t0], 0(%[ptr1]) \n\t"
203 "sw %[t1], 4(%[ptr1]) \n\t"
204 "sw %[t2], 8(%[ptr1]) \n\t"
205 "sw %[t3], 12(%[ptr1]) \n\t"
207 " addiu %[ptr1], %[ptr1], 16 \n\t"
227 "sw %[t0], 0(%[ptr1]) \n\t"
229 " addiu %[ptr1], %[ptr1], 4 \n\t"
236 [ptr0] "+r" (ptr0), [ptr1] "+r" (ptr1), [m] "+r" (m),
314 "sw %[r0], 0(%[ptr1]) \n\t"
316 " addiu %[ptr1], %[ptr1], 4 \n\t"
320 [r4] "=&r" (r4), [ptr0] "+r" (ptr0), [ptr1] "+r" (ptr1),