Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module-builder.cc394 const byte code[] = {WASM_F32(global.init.val.f32_const)}; in WriteTo()
424 const byte code[] = {WASM_F32(0.0)}; in WriteTo()
Dwasm-macro-gen.h369 #define WASM_F32(val) \ macro
/external/v8/src/asmjs/
Dasm-wasm-builder.cc621 byte code[] = {WASM_F32(val)}; in VisitLiteral()
1255 byte code[] = {WASM_F32(val)}; in VisitStdlibFunction()