HomeSort by: relevance | last modified time | path
    Searched defs:sh_fsca_int2sf_rtx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 11174 static GTY(()) rtx sh_fsca_int2sf_rtx;
11179 if (! sh_fsca_int2sf_rtx)
11184 sh_fsca_int2sf_rtx = const_double_from_real_value (rv, SFmode);
11187 return sh_fsca_int2sf_rtx;
11152 static GTY(()) rtx sh_fsca_int2sf_rtx; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 11173 static GTY(()) rtx sh_fsca_int2sf_rtx;
11178 if (! sh_fsca_int2sf_rtx)
11183 sh_fsca_int2sf_rtx = const_double_from_real_value (rv, SFmode);
11186 return sh_fsca_int2sf_rtx;
11151 static GTY(()) rtx sh_fsca_int2sf_rtx; variable

Completed in 36 milliseconds