Searched refs:mleftleft (Results 1 – 2 of 2) sorted by relevance
1195 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local1196 if (mleftleft.right().IsMultipleOf(-mask)) { in ReduceWord32And()1200 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()1219 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local1220 if (mleftleft.right().Is(base::bits::CountTrailingZeros(mask))) { in ReduceWord32And()1224 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()
1194 Int32BinopMatcher mleftleft(mleft.left().node()); in VisitInt32Add() local1195 if (mleft.right().Is(24) && mleftleft.right().Is(24)) { in VisitInt32Add()1198 g.UseRegister(mleftleft.left().node()), g.TempImmediate(0)); in VisitInt32Add()1200 } else if (mleft.right().Is(16) && mleftleft.right().Is(16)) { in VisitInt32Add()1203 g.UseRegister(mleftleft.left().node()), g.TempImmediate(0)); in VisitInt32Add()