Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h273 typedef BinopMatcher<Uint64Matcher, Uint64Matcher> Uint64BinopMatcher; typedef
Dmachine-operator-reducer.cc1105 Uint64BinopMatcher m(node); in ReduceWord64Shr()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2211 if (TryEmitTestAndBranch<Uint64BinopMatcher, kArm64TestAndBranch>( in VisitWordCompareZero()
2318 if (TryEmitTestAndBranch<Uint64BinopMatcher, kArm64TestAndBranch>( in VisitWordCompareZero()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc613 Uint64BinopMatcher m(node); in VisitWord64Xor()