Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp50 f64_func_f64_f64, enumerator
154 Table[RTLIB::ADD_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
157 Table[RTLIB::SUB_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
160 Table[RTLIB::MUL_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
163 Table[RTLIB::DIV_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
166 Table[RTLIB::REM_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
229 Table[RTLIB::POW_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
265 Table[RTLIB::COPYSIGN_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
268 Table[RTLIB::FMIN_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
271 Table[RTLIB::FMAX_F64] = f64_func_f64_f64; in RuntimeLibcallSignatureTable()
[all …]