Searched refs:ftcode (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/nios2/
H A Dnios2.c161 /* Expand ftcode enumeration. */
169 /* Return the tree function type, based on the ftcode. */
171 nios2_ftype (enum nios2_ftcode ftcode)
194 if (types[(int) ftcode] == NULL_TREE)
195 switch (ftcode)
202 types[(int) ftcode] \
209 return types[(int) ftcode];
228 enum nios2_ftcode ftcode;
330 #define N2FPU_FTCODE(code) (N2FPU(code).ftcode)
170 nios2_ftype(enum nios2_ftcode ftcode) argument
226 enum nios2_ftcode ftcode; member in struct:nios2_fpu_insn_info

Completed in 44 milliseconds