Searched refs:S128Zero (Results 1 – 6 of 6) sorted by relevance
571 const Operator* S128Zero(); in NON_EXPORTED_BASE()
287 Node* S128Zero();
806 V(S128Zero) \
327 V(S128Zero, Operator::kNoProperties, 0, 0, 1) \
3424 Node* WasmGraphBuilder::S128Zero() { in S128Zero() function in v8::internal::compiler::WasmGraphBuilder3426 return graph()->NewNode(mcgraph()->machine()->S128Zero()); in S128Zero()
596 return builder_->S128Zero(); in DefaultValue()