Searched defs:CR6 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2858 // constants for mapping CR6 register bits to predicate result
2859 enum { CR6_EQ=0, CR6_EQ_REV, CR6_LT, CR6_LT_REV } CR6; local
2874 CR6 = CR6_LT;
2878 CR6 = CR6_EQ;
2882 CR6 = CR6_LT;
2887 CR6 = CR6_LT;
2892 CR6 = CR6_LT;
2897 CR6 = CR6_EQ;
2903 CR6 = CR6_LT;
2907 CR6
[all...]

Completed in 40 milliseconds