Searched defs:rAmt (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c2205 HReg rAmt, sHi, sLo, tHi, tLo, tTemp; local
2209 rAmt = iselIntExpr_R(env, e->Iex.Binop.arg2);
2211 addInstr(env, mk_iMOVsd_RR(rAmt, hregX86_ECX()));
2247 HReg rAmt, sHi, sLo, tHi, tLo, tTemp; local
2251 rAmt = iselIntExpr_R(env, e->Iex.Binop.arg2);
2253 addInstr(env, mk_iMOVsd_RR(rAmt, hregX86_ECX()));

Completed in 56 milliseconds