Home | History | Annotate | Download | only in priv

Lines Matching refs:WrTmp

4012       IRTemp tmp = stmt->Ist.WrTmp.tmp;
4017 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data);
4023 iselInt64Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data);
4031 iselInt128Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data);
4038 PPCCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data);
4045 HReg fr_src = iselDblExpr(env, stmt->Ist.WrTmp.data);
4051 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data);
4057 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data);