Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp47 f32_func_f32_f32, enumerator
153 Table[RTLIB::ADD_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
156 Table[RTLIB::SUB_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
159 Table[RTLIB::MUL_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
162 Table[RTLIB::DIV_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
165 Table[RTLIB::REM_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
228 Table[RTLIB::POW_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
264 Table[RTLIB::COPYSIGN_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
267 Table[RTLIB::FMIN_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
270 Table[RTLIB::FMAX_F32] = f32_func_f32_f32; in RuntimeLibcallSignatureTable()
[all …]