Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3776 struct SimdAddOpMatcher : public NodeMatcher { struct
3777 explicit SimdAddOpMatcher(Node* node, IrOpcode::Value opcode) in SimdAddOpMatcher() argument
3786 bool Matches() { return left_->opcode() == opcode_; } in Matches()
3787 Node* left() const { return left_; } in left()
3788 Node* right() const { return right_; } in right()
3791 void PutOpOnLeft() { in PutOpOnLeft()
3798 IrOpcode::Value opcode_;
3799 Node* left_;
3800 Node* right_;