Home | History | Annotate | Download | only in src

Lines Matching defs:x5

84         int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
119 x5 = x5 + x10; /* accumulate low bytes */
122 x5 = x5 + x11; /* accumulate low bytes */
138 x5 = x5 + x10; /* accumulate low bytes */
141 x5 = x5 + x11; /* accumulate low bytes */
146 x10 = x5 - (x4 << 8); /* extract low bytes */
226 #define sum_accumulate __asm{ SBC x5, x5, x10; /* accumulate low bytes */ \
229 SBC x5, x5, x11; /* accumulate low bytes */ \
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
262 x4 = x5 = 0;
286 x5 = x5 + x10; /* accumulate low bytes */
289 x5 = x5 + x11; /* accumulate low bytes */
308 x5 = x5 + x10; /* accumulate low bytes */
311 x5 = x5 + x11; /* accumulate low bytes */
316 x10 = x5 - (x4 << 8); /* extract low bytes */
420 :"+r"(x5), "+r"(x10), "+r"(x4), "+r"(x11) \
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
451 x4 = x5 = 0;
476 x5 = x5 + x10; /* accumulate low bytes */
479 x5 = x5 + x11; /* accumulate low bytes */
496 x5 = x5 + x10; /* accumulate low bytes */
499 x5 = x5 + x11; /* accumulate low bytes */
504 x10 = x5 - (x4 << 8); /* extract low bytes */