Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3691 struct MulWithDupResult { struct
3692 Node* input; // Node holding the vector elements.
3693 Node* dup_node; // Node holding the lane to multiply.
3694 int index;
3696 explicit operator bool() const { return dup_node != nullptr; } in operator bool()