Home
last modified time | relevance | path

Searched refs:Uint64BinopMatcher (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h280 typedef BinopMatcher<Uint64Matcher, Uint64Matcher> Uint64BinopMatcher; typedef
Dmachine-operator-reducer.cc1099 Uint64BinopMatcher m(node); in ReduceWord64Shr()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2261 TestAndBranchMatcher<Uint64BinopMatcher> tbm(left, cont); in VisitWordCompareZero()
2286 TestAndBranchMatcher<Uint64BinopMatcher> tbm(value, cont); in VisitWordCompareZero()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc528 Uint64BinopMatcher m(node); in VisitWord64Xor()