Lines Matching defs:count
131 int count;
141 "li %[count], 0x02 \n\t"
183 "addiu %[count], %[count], -0x01 \n\t"
185 "bnez %[count], 1b \n\t"
192 [count]"=&r"(count), [dest]"+&r"(dest)
483 int16_t count = 4;
582 "addiu %[count], %[count], -0x01 \n\t"
583 "bnez %[count], 1b \n\t"
592 [src]"+&r"(src), [dst]"+&r"(dst), [count]"+&r"(count)
949 uint64_t count = 8, tmp[1];
989 "addiu %[count], %[count], -0x01 \n\t"
990 "bnez %[count], 1b \n\t"
997 [tmp0]"=&r"(tmp[0]), [count]"+&r"(count),
1179 uint32_t count = 4, tmp[1];
1217 "addiu %[count], %[count], -0x01 \n\t"
1218 "bnez %[count], 1b \n\t"
1225 [tmp0]"=&r"(tmp[0]), [count]"+&r"(count),