Home | History | Annotate | Download | only in priv

Lines Matching defs:xHi

2949             HReg xLo, xHi, yLo, yHi;
2954 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2956 addInstr(env, PPCInstr_Alu(op, tHi, xHi, PPCRH_Reg(yHi)));
2965 HReg xLo, xHi, yLo, yHi;
2968 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2973 tHi, xHi, yHi));
3166 HReg xLo, xHi;
3169 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg);
3171 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpHi,xHi));