Searched refs:rExpdLo (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c3977 HReg rExpdLo = iselIntExpr_R(env, cas->expdLo); local
3981 addInstr(env, mk_iMOVsd_RR(rExpdLo, rOldLo));
3982 addInstr(env, mk_iMOVsd_RR(rExpdLo, hregX86_EAX()));
4006 HReg rExpdLo = iselIntExpr_R(env, cas->expdLo); local
4012 addInstr(env, mk_iMOVsd_RR(rExpdLo, rOldLo));
4014 addInstr(env, mk_iMOVsd_RR(rExpdLo, hregX86_EAX()));
H A Dhost_amd64_isel.c4082 HReg rExpdLo = iselIntExpr_R(env, cas->expdLo); local
4100 addInstr(env, mk_iMOVsd_RR(rExpdLo, rOldLo));
4102 addInstr(env, mk_iMOVsd_RR(rExpdLo, hregAMD64_RAX()));

Completed in 44 milliseconds