Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp43 i64_func_f32, enumerator
257 Table[RTLIB::LLROUND_F32] = i64_func_f32; in RuntimeLibcallSignatureTable()
263 Table[RTLIB::LLRINT_F32] = i64_func_f32; in RuntimeLibcallSignatureTable()
301 Table[RTLIB::FPTOSINT_F32_I64] = i64_func_f32; in RuntimeLibcallSignatureTable()
310 Table[RTLIB::FPTOUINT_F32_I64] = i64_func_f32; in RuntimeLibcallSignatureTable()
611 case i64_func_f32: in getLibcallSignature()