Lines Matching defs:xHi
3173 HReg xLo, xHi, yLo, yHi;
3178 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
3180 addInstr(env, PPCInstr_Alu(op, tHi, xHi, PPCRH_Reg(yHi)));
3189 HReg xLo, xHi, yLo, yHi;
3192 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
3197 tHi, xHi, yHi));
3478 HReg xLo, xHi;
3481 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg);
3483 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpHi,xHi));