Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc1195 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local
1196 if (mleftleft.right().IsMultipleOf(-mask)) { in ReduceWord32And()
1200 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()
1219 Int32BinopMatcher mleftleft(mleft.left().node()); in ReduceWord32And() local
1220 if (mleftleft.right().Is(base::bits::CountTrailingZeros(mask))) { in ReduceWord32And()
1224 node->ReplaceInput(1, mleftleft.node()); in ReduceWord32And()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1194 Int32BinopMatcher mleftleft(mleft.left().node()); in VisitInt32Add() local
1195 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()