Home | History | Annotate | Download | only in priv

Lines Matching defs:xHi

1973             HReg xLo, xHi, yLo, yHi;
1976 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
1978 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, xHi, MIPSRH_Reg(yHi)));
2031 HReg xLo, xHi, yLo, yHi;
2036 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1);
2038 addInstr(env, MIPSInstr_Alu(op, tHi, xHi, MIPSRH_Reg(yHi)));