HomeSort by relevance Sort by last modified time
    Searched refs:WASM_I32V (Results 1 - 2 of 2) sorted by null

  /external/v8/src/asmjs/
asm-wasm-builder.cc 579 byte code[] = {WASM_I32V(i)};
587 byte code[] = {WASM_I32V(i)};
593 byte code[] = {WASM_I32V(1)};
596 byte code[] = {WASM_I32V(0)};
604 byte code[] = {WASM_I32V(i)};
    [all...]
  /external/v8/src/wasm/
wasm-macro-gen.h 264 #define WASM_I32V(val) kExprI32Const, U32V_5(val)

Completed in 358 milliseconds