Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h444 bool has_simd() const { return has_simd_; } in has_simd()
662 bool has_simd_ = false; variable
Dwasm-compiler.cc192 has_simd_(ContainsSimd(sig)), in WasmGraphBuilder()
976 has_simd_ = true; in Simd128Constant()
3561 has_simd_ = true; in GlobalGet()
3592 has_simd_ = true; in GlobalSet()
4009 has_simd_ = true; in LoadLane()
4039 has_simd_ = true; in LoadTransform()
4090 has_simd_ = true; in LoadMem()
4140 has_simd_ = true; in StoreLane()
4173 has_simd_ = true; in StoreMem()
4455 has_simd_ = true; in S128Zero()
[all …]