Home | History | Annotate | Download | only in priv

Lines Matching refs:xHi

1401             HReg  xLo, xHi;
1404 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg);
1405 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));
2232 HReg xLo, xHi, yLo, yHi;
2238 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2240 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2258 HReg xLo, xHi;
2260 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2261 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2271 HReg xLo, xHi, yLo, yHi;
2274 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2275 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2535 HReg xLo, xHi, yLo, yHi;
2541 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2542 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));
2576 HReg xLo, xHi;
2581 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2582 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));
2727 HReg xHi,xLo,yHi,yLo;
2732 iselInt64Expr(&xHi,&xLo, env, mi.bindee[0]);
2733 xHi,xBoth));
2817 HReg xLo, xHi;
2820 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg);
2821 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));