Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp52 f64_func_i64_i64, enumerator
291 Table[RTLIB::FPROUND_F128_F64] = f64_func_i64_i64; in RuntimeLibcallSignatureTable()
317 Table[RTLIB::SINTTOFP_I128_F64] = f64_func_i64_i64; in RuntimeLibcallSignatureTable()
326 Table[RTLIB::UINTTOFP_I128_F64] = f64_func_i64_i64; in RuntimeLibcallSignatureTable()
648 case f64_func_i64_i64: in getLibcallSignature()