Home
last modified time | relevance | path

Searched refs:Uint32BinopMatcher (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator-reducer.cc137 Uint32BinopMatcher m(node); in Reduce()
235 Uint32BinopMatcher m(node); in Reduce()
264 Uint32BinopMatcher m(node); in Reduce()
320 Uint32BinopMatcher m(node); in Reduce()
330 Uint32BinopMatcher m(node); in Reduce()
Dnode-matchers.h137 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher; typedef
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc248 Uint32BinopMatcher m(node); in VisitWord32Xor()