Home
last modified time | relevance | path

Searched refs:Pct_TRUE (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_ppc_isel.c1396 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselWordExpr_R_wrk()
1966 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselWordExpr_R_wrk()
2358 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2381 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2428 case Iop_CmpEQ32: return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2431 return mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselCondCode_wrk()
2478 case Iop_CmpEQ64: return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2480 case Iop_CmpLT64U: return mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselCondCode_wrk()
2496 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselCondCode_wrk()
2679 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7EQ ); in iselInt64Expr_wrk()
[all …]
Dhost_ppc_defs.h173 Pct_TRUE = 0xC, /* associated PPCCondFlag must not be Pcf_NONE */ enumerator
Dhost_ppc_defs.c282 return (cond.test == Pct_TRUE) ? "cr7.so=1" : "cr7.so=0"; in showPPCCondCode()
284 return (cond.test == Pct_TRUE) ? "cr7.eq=1" : "cr7.eq=0"; in showPPCCondCode()
286 return (cond.test == Pct_TRUE) ? "cr7.gt=1" : "cr7.gt=0"; in showPPCCondCode()
288 return (cond.test == Pct_TRUE) ? "cr7.lt=1" : "cr7.lt=0"; in showPPCCondCode()
313 return (ct == Pct_TRUE) ? Pct_FALSE : Pct_TRUE; in invertCondTest()