Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp61 i32_func_f64_f64, enumerator
332 Table[RTLIB::OEQ_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
335 Table[RTLIB::UNE_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
338 Table[RTLIB::OGE_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
341 Table[RTLIB::OLT_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
344 Table[RTLIB::OLE_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
347 Table[RTLIB::OGT_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
350 Table[RTLIB::UO_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
691 case i32_func_f64_f64: in getLibcallSignature()