Home | History | Annotate | Download | only in priv

Lines Matching refs:tmp1

1361             HReg tmp1;
1364 tmp1 = iselWordExpr_R(env, e->Iex.Unop.arg);
1367 MIPSRH_Reg(tmp1)));
1369 addInstr(env, MIPSInstr_Alu(Malu_OR, tmp2, tmp2, MIPSRH_Reg(tmp1)));
2102 HReg tmp1 = newVRegI(env);
2106 /* tmp1 = srcHi | srcLo */
2107 addInstr(env, MIPSInstr_Alu(Malu_OR, tmp1, srcLo,
2109 /* tmp2 = (tmp1 | -tmp1) >>s 31 */
2112 MIPSRH_Reg(tmp1)));
2114 addInstr(env, MIPSInstr_Alu(Malu_OR, tmp2, tmp2, MIPSRH_Reg(tmp1)));
2529 HReg tmp1 = newVRegF(env);
2539 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 4, tmp1, am_addr));
2570 addInstr(env, MIPSInstr_FpConvert(Mfp_CVTDW, dst, tmp1));