Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dfunction_body.rs700 Operator::F64ReinterpretFromI64 => ctx.f64_reinterpret_from_i64()?, in translate()
H A Dmicrowasm.rs914 fn f64_reinterpret_from_i64(&mut self) -> Self::Item; in f64_reinterpret_from_i64() method
H A Dbackend.rs4557 pub fn f64_reinterpret_from_i64(&mut self) -> Result<(), Error> { in f64_reinterpret_from_i64() method