Lines Matching full:imull
2130 __ imull(first.AsRegister<Register>(), second.AsRegister<Register>());
2133 __ imull(first.AsRegister<Register>(), imm);
2136 __ imull(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex()));
2166 __ imull(eax, in1_lo);
2168 __ imull(in1_hi, low);
2185 __ imull(eax, in1_lo);
2187 __ imull(in1_hi, in2_lo);
2205 __ imull(eax, in1_lo);
2207 __ imull(in1_hi, in2_lo);
2430 __ imull(num);
2451 __ imull(edx, Immediate(imm));