reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  157     Table[RTLIB::ADD_F64] = f64_func_f64_f64;
  160     Table[RTLIB::SUB_F64] = f64_func_f64_f64;
  163     Table[RTLIB::MUL_F64] = f64_func_f64_f64;
  166     Table[RTLIB::DIV_F64] = f64_func_f64_f64;
  169     Table[RTLIB::REM_F64] = f64_func_f64_f64;
  205     Table[RTLIB::POW_F64] = f64_func_f64_f64;
  238     Table[RTLIB::COPYSIGN_F64] = f64_func_f64_f64;
  241     Table[RTLIB::FMIN_F64] = f64_func_f64_f64;
  244     Table[RTLIB::FMAX_F64] = f64_func_f64_f64;
  607   case f64_func_f64_f64: