Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c161 nios2_ftype (enum nios2_ftcode ftcode) in nios2_ftype() argument
184 if (types[(int) ftcode] == NULL_TREE) in nios2_ftype()
185 switch (ftcode) in nios2_ftype()
192 types[(int) ftcode] \ in nios2_ftype()
199 return types[(int) ftcode]; in nios2_ftype()
217 enum nios2_ftcode ftcode; member
319 #define N2FPU_FTCODE(code) (N2FPU(code).ftcode)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc162 nios2_ftype (enum nios2_ftcode ftcode) in nios2_ftype() argument
185 if (types[(int) ftcode] == NULL_TREE) in nios2_ftype()
186 switch (ftcode) in nios2_ftype()
193 types[(int) ftcode] \ in nios2_ftype()
200 return types[(int) ftcode]; in nios2_ftype()
218 enum nios2_ftcode ftcode; member
320 #define N2FPU_FTCODE(code) (N2FPU(code).ftcode)