Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CR6

2199       // constants for mapping CR6 register bits to predicate result
2200 enum { CR6_EQ=0, CR6_EQ_REV, CR6_LT, CR6_LT_REV } CR6;
2215 CR6 = CR6_LT;
2219 CR6 = CR6_EQ;
2223 CR6 = CR6_LT;
2228 CR6 = CR6_LT;
2233 CR6 = CR6_LT;
2238 CR6 = CR6_EQ;
2244 CR6 = CR6_LT;
2248 CR6 = CR6_EQ;
2255 Value *CR6Param = Builder.getInt32(CR6);