Searched refs:wtype (Results 1 – 1 of 1) sorted by relevance
2508 #define SIGN_EXTENSION_CASE(name, wtype, ntype) \ in Execute() argument2510 ntype val = static_cast<ntype>(Pop().to<wtype>()); \ in Execute()2511 Push(WasmValue(static_cast<wtype>(val))); \ in Execute()