Lines Matching defs:cc
18 uint32_t cc;
79 int cc = 42;
92 : "+d"(dest), "+d"(source), "=d"(cc),
95 : "memory", "cc");
102 regs.cc = cc;
141 printf(" cc = %d\n", result.cc);
181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source
250 invalidity of the character (cc=2) takes precedence over exhaustion
251 of the 1st operand (cc=1). Invalidity of the character has already