Home | History | Annotate | Download | only in src

Lines Matching refs:x11

81         int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
106 x11 = *((uint32*)(ref + 4));
110 /* process x11 & x14 */
111 x11 = sad_4pixel(x11, x14, x9);
119 x5 = x5 + x11; /* accumulate low bytes */
120 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
125 x11 = *((uint32*)(ref + 12));
129 /* process x11 & x14 */
130 x11 = sad_4pixel(x11, x14, x9);
138 x5 = x5 + x11; /* accumulate low bytes */
139 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
140 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
226 SBC x5, x5, x11; /* accumulate low bytes */ \
227 BIC x11, x6, x11; /* x11 & 0xFF00FF00 */ \
228 ADD x4, x4, x11,lsr #8; } /* accumulate high bytes */
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
272 x11 = *((int32*)(ref + 12));
277 /* process x11 & x14 */
278 x11 = sad_4pixel(x11, x14, x9);
286 x5 = x5 + x11; /* accumulate low bytes */
287 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
288 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
293 LDR x11, [ref, #4];
299 /* process x11 & x14 */
300 x11 = sad_4pixel(x11, x14, x9);
308 x5 = x5 + x11; /* accumulate low bytes */
309 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
310 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
320 RSBS x11, dmin, x10, lsr #16;
401 : "+r" (x5), "+r" (x10), "+r" (x4), "+r" (x11) \
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
449 x11 = *((int32*)(ref + 12));
454 /* process x11 & x14 */
455 x11 = sad_4pixel(x11, x14, x9);
463 x5 = x5 + x11; /* accumulate low bytes */
464 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
465 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
468 x11 = *((int32*)(ref + 4));
474 /* process x11 & x14 */
475 x11 = sad_4pixel(x11, x14, x9);
483 x5 = x5 + x11; /* accumulate low bytes */
484 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
485 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */