Home
last modified time | relevance | path

Searched refs:WASM_F64 (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-module-builder.cc400 const byte code[] = {WASM_F64(global.init.val.f64_const)}; in WriteTo()
429 const byte code[] = {WASM_F64(0.0)}; in WriteTo()
Dwasm-macro-gen.h375 #define WASM_F64(val) \ macro
/external/v8/src/asmjs/
Dasm-wasm-builder.cc536 byte code[] = {WASM_F64(value)}; in VisitStdlibConstant()
613 byte code[] = {WASM_F64(val)}; in VisitLiteral()