Lines Matching refs:mk_PPCCondCode

920       cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE );  in doHelperCall()
995 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
1641 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselWordExpr_R_wrk()
2261 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()
2297 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()
2842 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2865 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2881 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ ); in iselCondCode_wrk()
2892 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ ); in iselCondCode_wrk()
2913 case Iop_CmpEQ32: return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2914 case Iop_CmpNE32: return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ ); in iselCondCode_wrk()
2916 return mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselCondCode_wrk()
2918 return mk_PPCCondCode( Pct_FALSE, Pcf_7GT ); in iselCondCode_wrk()
2935 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ ); in iselCondCode_wrk()
2940 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ ); in iselCondCode_wrk()
2963 case Iop_CmpEQ64: return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2964 case Iop_CmpNE64: return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ ); in iselCondCode_wrk()
2965 case Iop_CmpLT64U: return mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselCondCode_wrk()
2966 case Iop_CmpLE64U: return mk_PPCCondCode( Pct_FALSE, Pcf_7GT ); in iselCondCode_wrk()
2985 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ ); in iselCondCode_wrk()
2998 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
3675 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()
3723 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()
6033 PPCCondCode always = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselNext()