Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc2508 #define SIGN_EXTENSION_CASE(name, wtype, ntype) \ in Execute() argument
2510 ntype val = static_cast<ntype>(Pop().to<wtype>()); \ in Execute()
2511 Push(WasmValue(static_cast<wtype>(val))); \ in Execute()