Home
last modified time | relevance | path

Searched defs:TestAndBranchMatcher (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2084 struct TestAndBranchMatcher { struct
2085 TestAndBranchMatcher(Node* node, FlagsContinuation* cont) in TestAndBranchMatcher() function
2089 bool Matches() const { return matches_; } in Matches()
2091 unsigned bit() const { in bit()
2096 Node* input() const { in input()
2102 bool matches_;
2103 FlagsContinuation* cont_;
2104 Matcher matcher_;
2106 void Initialize() { in Initialize()