Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module-builder.cc130 byte code[] = {WASM_I32V_5(value)}; in EmitI32Const()
382 const byte code[] = {WASM_I32V_5(global.init.val.i32_const)}; in WriteTo()
Dwasm-macro-gen.h274 #define WASM_I32V_5(val) \ macro