Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-wasm-builder.cc579 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()
/external/v8/src/wasm/
Dwasm-macro-gen.h264 #define WASM_I32V(val) kExprI32Const, U32V_5(val) macro