Home | History | Annotate | Download | only in src

Lines Matching full:hmul

1732       HMul* mul = HMul::cast(current);
4297 result = new(zone()) HMul(left, left);
4302 result = new(zone()) HMul(left, left);
4701 instr = new(zone()) HMul(value, graph_->GetConstantMinus1());
4704 instr = new(zone()) HMul(value, graph_->GetConstant1());
4878 instr = new(zone()) HMul(left, right);