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

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c2138 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
2530 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
2553 return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
2568 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ );
2579 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ );
2600 case Iop_CmpEQ32: return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
2601 case Iop_CmpNE32: return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ );
2622 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ );
2627 return mk_PPCCondCode( Pct_FALSE, Pcf_7EQ );
2650 case Iop_CmpEQ64: return mk_PPCCondCode( Pct_TRUE, Pcf_7EQ );
[all...]
H A Dhost_ppc_defs.h164 Pcf_7EQ = 30, /* zero | equal */ enumerator in enum:__anon27653
H A Dhost_ppc_defs.c283 case Pcf_7EQ:

Completed in 84 milliseconds