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

References

lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  156     Table[RTLIB::ADD_F32] = f32_func_f32_f32;
  159     Table[RTLIB::SUB_F32] = f32_func_f32_f32;
  162     Table[RTLIB::MUL_F32] = f32_func_f32_f32;
  165     Table[RTLIB::DIV_F32] = f32_func_f32_f32;
  168     Table[RTLIB::REM_F32] = f32_func_f32_f32;
  204     Table[RTLIB::POW_F32] = f32_func_f32_f32;
  237     Table[RTLIB::COPYSIGN_F32] = f32_func_f32_f32;
  240     Table[RTLIB::FMIN_F32] = f32_func_f32_f32;
  243     Table[RTLIB::FMAX_F32] = f32_func_f32_f32;
  592   case f32_func_f32_f32: