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

  /external/v8/src/wasm/
wasm-opcodes.h 42 const LocalType kAstI32 = MachineRepresentation::kWord32;
265 V(i_ii, kAstI32, kAstI32, kAstI32) \
266 V(i_i, kAstI32, kAstI32) \
267 V(i_v, kAstI32) \
268 V(i_ff, kAstI32, kAstF32, kAstF32) \
269 V(i_f, kAstI32, kAstF32) \
270 V(i_dd, kAstI32, kAstF64, kAstF64)
    [all...]
  /external/v8/test/mjsunit/wasm/
wasm-constants.js 35 var kAstI32 = 1;

Completed in 70 milliseconds