Searched refs:Pcf_7EQ (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | host_ppc_isel.c | 2138 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 D | host_ppc_defs.h | 164 Pcf_7EQ = 30, /* zero | equal */ enumerator in enum:__anon27653
|
H A D | host_ppc_defs.c | 283 case Pcf_7EQ:
|
Completed in 84 milliseconds