Home
last modified time | relevance | path

Searched refs:mleftleft (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator-reducer.cc878 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local
879 if (mleftleft.right().IsMultipleOf(-mask)) { in ReduceWord32And()
883 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()
902 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local
903 if (mleftleft.right().Is(base::bits::CountTrailingZeros32(mask))) { in ReduceWord32And()
907 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc771 Int32BinopMatcher mleftleft(mleft.left().node()); in VisitInt32Add() local
772 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()