Searched refs:mk_PPCCondCode (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c788 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE );
831 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE );
1396 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT );
1966 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
2358 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
2381 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
2396 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ );
2407 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ );
2428 case Iop_CmpEQ32: return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
2429 case Iop_CmpNE32: return mk_PPCCondCode( Pct_FALS
[all...]
H A Dhost_ppc_defs.h188 extern PPCCondCode mk_PPCCondCode ( PPCCondTest, PPCCondFlag );
H A Dhost_ppc_defs.c296 PPCCondCode mk_PPCCondCode ( PPCCondTest test, PPCCondFlag flag ) function

Completed in 73 milliseconds