Home
last modified time | relevance | path

Searched refs:has_simd_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h544 bool has_simd() const { return has_simd_; } in has_simd()
819 bool has_simd_ = false; variable
H A Dwasm-compiler.cc528 has_simd_(ContainsSimd(sig)), in WasmGraphBuilder()
1422 has_simd_ = true; in Simd128Constant()
3732 if (global.type == wasm::kWasmS128) has_simd_ = true; in GlobalGet()
3743 if (global.type == wasm::kWasmS128) has_simd_ = true; in GlobalSet()
4035 has_simd_ = true; in LoadLane()
4067 has_simd_ = true; in LoadTransform()
4110 has_simd_ = true; in LoadMem()
4161 has_simd_ = true; in StoreLane()
4189 has_simd_ = true; in StoreMem()
4438 has_simd_ in S128Zero()
[all...]

Completed in 11 milliseconds