Home | History | Annotate | Download | only in priv

Lines Matching defs:yHi

3275             HReg xLo, xHi, yLo, yHi;
3281 iselInt64Expr(&yHi, &yLo, env, e->Iex.Binop.arg2, IEndianess);
3282 addInstr(env, PPCInstr_Alu(op, tHi, xHi, PPCRH_Reg(yHi)));
3291 HReg xLo, xHi, yLo, yHi;
3295 iselInt64Expr(&yHi, &yLo, env, e->Iex.Binop.arg2, IEndianess);
3299 tHi, xHi, yHi));