Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CR6

2711       // constants for mapping CR6 register bits to predicate result
2712 enum { CR6_EQ=0, CR6_EQ_REV, CR6_LT, CR6_LT_REV } CR6;
2727 CR6 = CR6_LT;
2731 CR6 = CR6_EQ;
2735 CR6 = CR6_LT;
2740 CR6 = CR6_LT;
2745 CR6 = CR6_LT;
2750 CR6 = CR6_EQ;
2756 CR6 = CR6_LT;
2760 CR6 = CR6_EQ;
2767 Value *CR6Param = Builder.getInt32(CR6);