Searched refs:Pcf_NONE (Results 1 – 3 of 3) sorted by relevance
209 case Pcf_NONE: in showPPCCondCode()222 vassert(flag == Pcf_NONE); in mk_PPCCondCode()224 vassert(flag != Pcf_NONE); in mk_PPCCondCode()4168 vassert(i->Pin.XDirect.cond.flag != Pcf_NONE); in emit_PPCInstr()4172 vassert(i->Pin.XDirect.cond.flag == Pcf_NONE); in emit_PPCInstr()4228 vassert(i->Pin.XIndir.cond.flag != Pcf_NONE); in emit_PPCInstr()4232 vassert(i->Pin.XIndir.cond.flag == Pcf_NONE); in emit_PPCInstr()4268 vassert(i->Pin.XAssisted.cond.flag != Pcf_NONE); in emit_PPCInstr()4272 vassert(i->Pin.XAssisted.cond.flag == Pcf_NONE); in emit_PPCInstr()4442 vassert(cond.flag != Pcf_NONE); in emit_PPCInstr()
920 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()995 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in doHelperCall()2261 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()2297 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselWordExpr_R_wrk()3675 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()3723 cc = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselInt64Expr_wrk()6033 PPCCondCode always = mk_PPCCondCode( Pct_ALWAYS, Pcf_NONE ); in iselNext()
139 Pcf_NONE = 32 /* no condition; used with Pct_ALWAYS */ enumerator