Home | History | Annotate | Download | only in priv

Lines Matching defs:xHi

1401             HReg  xLo, xHi;
1404 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg);
1405 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));
2234 HReg xLo, xHi, yLo, yHi;
2240 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2242 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2260 HReg xLo, xHi;
2262 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2263 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2273 HReg xLo, xHi, yLo, yHi;
2276 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2277 addInstr(env, mk_iMOVsd_RR(xHi, tHi));
2537 HReg xLo, xHi, yLo, yHi;
2543 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2544 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));
2578 HReg xLo, xHi;
2583 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2584 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));
2729 HReg xHi,xLo,yHi,yLo;
2734 iselInt64Expr(&xHi,&xLo, env, mi.bindee[0]);
2735 addInstr(env, mk_iMOVsd_RR(xHi,xBoth));
2819 HReg xLo, xHi;
2822 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg);
2823 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi)));