Searched refs:WASM_I32V (Results 1 – 2 of 2) sorted by relevance
579 byte code[] = {WASM_I32V(i)}; in VisitLiteral()587 byte code[] = {WASM_I32V(i)}; in VisitLiteral()593 byte code[] = {WASM_I32V(1)}; in VisitLiteral()596 byte code[] = {WASM_I32V(0)}; in VisitLiteral()604 byte code[] = {WASM_I32V(i)}; in VisitLiteral()
264 #define WASM_I32V(val) kExprI32Const, U32V_5(val) macro