Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h166 Pcf_NONE = 32 /* no condition; used with Pct_ALWAYS */ enumerator
Dhost_ppc_defs.c289 case Pcf_NONE: in showPPCCondCode()
302 vassert(flag == Pcf_NONE); in mk_PPCCondCode()
304 vassert(flag != Pcf_NONE); in mk_PPCCondCode()
3244 vassert(cond.flag != Pcf_NONE); in emit_PPCInstr()
Dhost_ppc_isel.c788 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
831 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
4230 cond = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselNext()