Home
last modified time | relevance | path

Searched refs:wasm_int64_to_float32 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexternal-reference-table.cc194 Add(ExternalReference::wasm_int64_to_float32(isolate).address(), in AddReferences()
Dassembler.h875 static ExternalReference wasm_int64_to_float32(Isolate* isolate);
Dassembler.cc1078 ExternalReference ExternalReference::wasm_int64_to_float32(Isolate* isolate) { in wasm_int64_to_float32() function in v8::internal::ExternalReference
/external/v8/src/compiler/
Dwasm-compiler.cc1643 input, ExternalReference::wasm_int64_to_float32(jsgraph()->isolate()), in BuildF32SConvertI64()