Lines Matching defs:xHi
2138 HReg xLo, xHi, yLo, yHi;
2144 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2146 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2164 HReg xLo, xHi;
2166 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2167 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2177 HReg xLo, xHi, yLo, yHi;
2180 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2181 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2441 HReg xLo, xHi, yLo, yHi;
2447 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2448 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));
2481 HReg xLo, xHi;
2486 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2487 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));
2631 HReg xHi,xLo,yHi,yLo;
2636 iselInt64Expr(&xHi,&xLo, env, mi.bindee[0]);
2637 addInstr(env, mk_iMOVsd_RR(xHi,xBoth));
2721 HReg xLo, xHi;
2724 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg);
2725 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));