Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c209 case Pcf_NONE: in showPPCCondCode()
222 vassert(flag == Pcf_NONE); in mk_PPCCondCode()
224 vassert(flag != Pcf_NONE); in mk_PPCCondCode()
4426 vassert(i->Pin.XDirect.cond.flag != Pcf_NONE); in emit_PPCInstr()
4430 vassert(i->Pin.XDirect.cond.flag == Pcf_NONE); in emit_PPCInstr()
4486 vassert(i->Pin.XIndir.cond.flag != Pcf_NONE); in emit_PPCInstr()
4490 vassert(i->Pin.XIndir.cond.flag == Pcf_NONE); in emit_PPCInstr()
4526 vassert(i->Pin.XAssisted.cond.flag != Pcf_NONE); in emit_PPCInstr()
4530 vassert(i->Pin.XAssisted.cond.flag == Pcf_NONE); in emit_PPCInstr()
4700 vassert(cond.flag != Pcf_NONE); in emit_PPCInstr()
Dhost_ppc_isel.c924 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
999 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()
2294 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()
2330 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()
3812 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()
3860 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()
6731 PPCCondCode always = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselNext()
Dhost_ppc_defs.h139 Pcf_NONE = 32 /* no condition; used with Pct_ALWAYS */ enumerator