MCPcopy Create free account
hub / github.com/nodejs/node / simdBin

Function simdBin

deps/v8/test/mjsunit/wasm/simd-fp16.js:15–15  ·  view source on GitHub ↗
(op, lhs, rhs)

Source from the content-addressed store, hash-verified

13 const subRes = builder.addGlobal(kWasmF32, true).exportAs('sub');
14 const splatFloat = (f) => [wasmF32Const(f), kSimdPrefix, kExprF16x8Splat];
15 const simdBin = (op, lhs, rhs) => [lhs, rhs, kSimdPrefix, op];
16 const localTee = (idx, val) => [val, kExprLocalTee, idx];
17 builder.addFunction("main", kSig_v_v)
18 .addLocals(kWasmS128, 1)

Callers 1

simd-fp16.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected