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

  /external/v8/src/wasm/
wasm-opcodes.h 34 const LocalType kAstI64 = MachineRepresentation::kWord64;
463 V(i_l, kAstI32, kAstI64) \
464 V(l_ll, kAstI64, kAstI64, kAstI64) \
465 V(i_ll, kAstI32, kAstI64, kAstI64) \
466 V(l_l, kAstI64, kAstI64) \
467 V(l_i, kAstI64, kAstI32)
    [all...]
wasm-interpreter.h 37 V(i64, kAstI64, int64_t) \
38 V(u64, kAstI64, uint64_t) \
ast-decoder.cc 550 case kAstI64:
601 type = kAstI64;
974 Push(kAstI64, BUILD(Int64Constant, operand.value));
    [all...]
wasm-module-builder.cc 387 DCHECK_EQ(kAstI64, global.type);
418 case kAstI64: {
wasm-module-builder.h 186 case kAstI64:
ast-decoder.h 153 *result = kAstI64;
wasm-interpreter.cc     [all...]
module-decoder.cc 45 return kAstI64;
    [all...]
wasm-module.cc     [all...]
  /external/v8/src/compiler/
wasm-linkage.cc 31 case kAstI64:
213 if (kPointerSize < 8 && (type == kAstI64 || type == kAstF64)) {
wasm-compiler.cc 203 case wasm::kAstI64:
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 469 case kAstI64:
    [all...]

Completed in 760 milliseconds