Home | History | Annotate | Download | only in priv

Lines Matching defs:yHi

3412             HReg xLo, xHi, yLo, yHi;
3418 iselInt64Expr(&yHi, &yLo, env, e->Iex.Binop.arg2, IEndianess);
3419 addInstr(env, PPCInstr_Alu(op, tHi, xHi, PPCRH_Reg(yHi)));
3428 HReg xLo, xHi, yLo, yHi;
3432 iselInt64Expr(&yHi, &yLo, env, e->Iex.Binop.arg2, IEndianess);
3436 tHi, xHi, yHi));