Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h284 Node* Simd128Constant(const uint8_t value[16]);
Dwasm-compiler.cc1421 Node* WasmGraphBuilder::Simd128Constant(const uint8_t value[16]) { in Simd128Constant() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc385 result->node = builder_->Simd128Constant(imm.value); in S128Const()