Home | History | Annotate | Download | only in optimizing

Lines Matching full:imull

3000         __ imull(out.AsRegister<Register>(), first.AsRegister<Register>(), imm);
3003 __ imull(first.AsRegister<Register>(), second.AsRegister<Register>());
3007 __ imull(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex()));
3036 __ imull(eax, in1_lo);
3038 __ imull(in1_hi, low);
3055 __ imull(eax, in1_lo);
3057 __ imull(in1_hi, in2_lo);
3075 __ imull(eax, in1_lo);
3077 __ imull(in1_hi, in2_lo);
3327 __ imull(num);
3348 __ imull(edx, Immediate(imm));