Home | History | Annotate | Download | only in src

Lines Matching refs:x11

84         int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
109 x11 = *((uint32*)(ref + 4));
113 /* process x11 & x14 */
114 x11 = sad_4pixel(x11, x14, x9);
122 x5 = x5 + x11; /* accumulate low bytes */
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
128 x11 = *((uint32*)(ref + 12));
132 /* process x11 & x14 */
133 x11 = sad_4pixel(x11, x14, x9);
141 x5 = x5 + x11; /* accumulate low bytes */
142 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
143 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
229 SBC x5, x5, x11; /* accumulate low bytes */ \
230 BIC x11, x6, x11; /* x11 & 0xFF00FF00 */ \
231 ADD x4, x4, x11,lsr #8; } /* accumulate high bytes */
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
275 x11 = *((int32*)(ref + 12));
280 /* process x11 & x14 */
281 x11 = sad_4pixel(x11, x14, x9);
289 x5 = x5 + x11; /* accumulate low bytes */
290 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
291 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
296 LDR x11, [ref, #4];
302 /* process x11 & x14 */
303 x11 = sad_4pixel(x11, x14, x9);
311 x5 = x5 + x11; /* accumulate low bytes */
312 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
313 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
323 RSBS x11, dmin, x10, lsr #16;
420 :"+r"(x5), "+r"(x10), "+r"(x4), "+r"(x11) \
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
465 x11 = *((int32*)(ref + 12));
470 /* process x11 & x14 */
471 x11 = sad_4pixel(x11, x14, x9);
479 x5 = x5 + x11; /* accumulate low bytes */
480 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
481 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
487 : "=r"(x11), "=r"(x10), "=r"(x14), "=r"(x12), "+r"(ref), "+r"(blk)
490 /* process x11 & x14 */
491 x11 = sad_4pixel(x11, x14, x9);
499 x5 = x5 + x11; /* accumulate low bytes */
500 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
501 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */