Home | History | Annotate | Download | only in x87

Lines Matching defs:cc

2145   Condition cc = no_condition;
2153 cc = equal;
2161 cc = not_equal;
2164 cc = less;
2167 cc = greater_equal;
2170 cc = less_equal;
2173 cc = greater;
2176 cc = below;
2179 cc = above_equal;
2182 cc = below_equal;
2185 cc = above;
2188 cc = overflow;
2191 cc = no_overflow;
2200 __ setcc(cc, reg);
2205 __ j(cc, &set, Label::kNear);