Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc1951 #define PACK_CASE(op, src_type, name, dst_type, count, ctype, dst_ctype, \ in ExecuteSimdOp() argument
1966 static_cast<dst_ctype>(std::max(min, std::min(max, a))); \ in ExecuteSimdOp()