Lines Matching defs:xLo
2949 HReg xLo, xHi, yLo, yHi;
2954 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2957 addInstr(env, PPCInstr_Alu(op, tLo, xLo, PPCRH_Reg(yLo)));
2965 HReg xLo, xHi, yLo, yHi;
2968 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2971 tLo, xLo, yLo));
3166 HReg xLo, xHi;
3169 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg);
3170 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpLo,xLo));