Lines Matching refs:tmp1
2660 HReg tmp1 = newVRegI(env);2664 /* tmp1 = srcHi | srcLo */2665 addInstr(env, mk_iMOVsd_RR(srcHi,tmp1));2667 X86RMI_Reg(srcLo), tmp1));2668 /* tmp2 = (tmp1 | -tmp1) >>s 31 */2669 addInstr(env, mk_iMOVsd_RR(tmp1,tmp2));2672 X86RMI_Reg(tmp1), tmp2));