Home | History | Annotate | Download | only in priv

Lines Matching defs:argL

847                tmp = argR - argL;
848 dst = argL;
853 HReg argL = iselWordExpr_R(env, e->Iex.Binop.arg1);
858 addInstr(env, MIPSInstr_Alu(Malu_SUB, tmp, argL, argR));
859 addInstr(env, MIPSInstr_MovCond(dst, argL, argR, tmp, MIPScc_MI));
2293 /*INVALID*/ HReg argL = iselFltExpr(env, e->Iex.Triop.details->arg2);
2312 addInstr(env, MIPSInstr_FpBinary(op, dst, argL, argR));
2625 /*INVALID*/ HReg argL = iselDblExpr(env, e->Iex.Triop.details->arg2);
2644 addInstr(env, MIPSInstr_FpBinary(op, dst, argL, argR));