Home | History | Annotate | Download | only in s390x

Lines Matching defs:cc

8 	int cc;
12 :"=Q" (*addr), "=d"(cc)::"memory", "cc");
13 return cc;
24 int cc;
27 cc = stckf(&start);
28 if (cc)
29 printf("cc != 0!\n");
31 cc = stckf(&end);
32 if (cc)
33 printf("cc != 0!\n");