Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h135 Pcf_7LT = 28, /* neg | lt */ enumerator
Dhost_ppc_isel.c1660 PPCCondCode cc = mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselWordExpr_R_wrk()
3006 return mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselCondCode_wrk()
3055 case Iop_CmpLT64U: return mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselCondCode_wrk()
Dhost_ppc_defs.c207 case Pcf_7LT: in showPPCCondCode()