Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp44 i64_func_f64, enumerator
258 Table[RTLIB::LLROUND_F64] = i64_func_f64; in RuntimeLibcallSignatureTable()
264 Table[RTLIB::LLRINT_F64] = i64_func_f64; in RuntimeLibcallSignatureTable()
304 Table[RTLIB::FPTOSINT_F64_I64] = i64_func_f64; in RuntimeLibcallSignatureTable()
313 Table[RTLIB::FPTOUINT_F64_I64] = i64_func_f64; in RuntimeLibcallSignatureTable()
615 case i64_func_f64: in getLibcallSignature()