Searched refs:mleftleft (Results 1 – 2 of 2) sorted by relevance
878 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local879 if (mleftleft.right().IsMultipleOf(-mask)) { in ReduceWord32And()883 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()902 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local903 if (mleftleft.right().Is(base::bits::CountTrailingZeros32(mask))) { in ReduceWord32And()907 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()
771 Int32BinopMatcher mleftleft(mleft.left().node()); in VisitInt32Add() local772 if (mleft.right().Is(24) && mleftleft.right().Is(24)) { in VisitInt32Add()775 g.UseRegister(mleftleft.left().node()), g.TempImmediate(0)); in VisitInt32Add()777 } else if (mleft.right().Is(16) && mleftleft.right().Is(16)) { in VisitInt32Add()780 g.UseRegister(mleftleft.left().node()), g.TempImmediate(0)); in VisitInt32Add()