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

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 153 /* Expand ftcode enumeration. */
161 /* Return the tree function type, based on the ftcode. */
163 nios2_ftype (enum nios2_ftcode ftcode)
186 if (types[(int) ftcode] == NULL_TREE)
187 switch (ftcode)
194 types[(int) ftcode] \
201 return types[(int) ftcode];
220 enum nios2_ftcode ftcode;
322 #define N2FPU_FTCODE(code) (N2FPU(code).ftcode)
218 enum nios2_ftcode ftcode; member in struct:nios2_fpu_insn_info
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 153 /* Expand ftcode enumeration. */
161 /* Return the tree function type, based on the ftcode. */
163 nios2_ftype (enum nios2_ftcode ftcode)
186 if (types[(int) ftcode] == NULL_TREE)
187 switch (ftcode)
194 types[(int) ftcode] \
201 return types[(int) ftcode];
220 enum nios2_ftcode ftcode;
322 #define N2FPU_FTCODE(code) (N2FPU(code).ftcode)
218 enum nios2_ftcode ftcode; member in struct:nios2_fpu_insn_info

Completed in 208 milliseconds