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

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 2774 static GTY(()) rtx m68k_read_tp;
2781 if (m68k_read_tp == NULL_RTX)
2782 m68k_read_tp = init_one_libfunc ("__m68k_read_tp");
2784 return m68k_read_tp;
2815 share the m68k_read_tp result with other IE/LE model accesses. */
2765 static GTY(()) rtx m68k_read_tp; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 2758 static GTY(()) rtx m68k_read_tp;
2765 if (m68k_read_tp == NULL_RTX)
2766 m68k_read_tp = init_one_libfunc ("__m68k_read_tp");
2768 return m68k_read_tp;
2799 share the m68k_read_tp result with other IE/LE model accesses. */
2749 static GTY(()) rtx m68k_read_tp; variable

Completed in 32 milliseconds