Home | History | Annotate | Download | only in priv

Lines Matching refs:argR

847                tmp = argR - argL;
850 dst = argR;
854 MIPSRH *argR = iselWordExpr_RH(env, False /*signed */ ,
858 addInstr(env, MIPSInstr_Alu(Malu_SUB, tmp, argL, argR));
859 addInstr(env, MIPSInstr_MovCond(dst, argL, argR, tmp, MIPScc_MI));
2294 HReg argR = iselFltExpr(env, e->Iex.Triop.details->arg3);
2312 addInstr(env, MIPSInstr_FpBinary(op, dst, argL, argR));
2626 HReg argR = iselDblExpr(env, e->Iex.Triop.details->arg3);
2644 addInstr(env, MIPSInstr_FpBinary(op, dst, argL, argR));