Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc1201 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local
1202 if (mleftleft.right().IsMultipleOf(-mask)) { in ReduceWord32And()
1206 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()
1225 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local
1226 if (mleftleft.right().Is(base::bits::CountTrailingZeros32(mask))) { in ReduceWord32And()
1230 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1180 Int32BinopMatcher mleftleft(mleft.left().node()); in VisitInt32Add() local
1181 if (mleft.right().Is(24) && mleftleft.right().Is(24)) { in VisitInt32Add()
1184 g.UseRegister(mleftleft.left().node()), g.TempImmediate(0)); in VisitInt32Add()
1186 } else if (mleft.right().Is(16) && mleftleft.right().Is(16)) { in VisitInt32Add()
1189 g.UseRegister(mleftleft.left().node()), g.TempImmediate(0)); in VisitInt32Add()