Home | History | Annotate | Download | only in s390x

Lines Matching defs:cc

18 	int cc;
22 :"+Q" (*addr), "=d"(cc)::"cc");
24 return cc;
35 int cc;
37 cc = stcke(start.buffer);
38 if (cc)
39 printf("cc != 0!\n");
42 cc = stcke(end.buffer);
43 if (cc)
44 printf("cc != 0!\n");