Home
last modified time | relevance | path

Searched defs:builtin_isa (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.h227 struct builtin_isa { struct
228 HOST_WIDE_INT isa; /* isa_flags this builtin is defined for */
229 HOST_WIDE_INT isa2; /* additional isa_flags this builtin is defined for */
230 const char *name; /* function name */
231 enum ix86_builtin_func_type tcode; /* type to use in the declaration */
232 unsigned char const_p:1; /* true if the declaration is constant */
233 unsigned char pure_p:1; /* true if the declaration has pure attribute */
234 bool set_and_not_built_p;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.h226 struct builtin_isa { struct
227 HOST_WIDE_INT isa; /* isa_flags this builtin is defined for */
228 HOST_WIDE_INT isa2; /* additional isa_flags this builtin is defined for */
229 const char *name; /* function name */
230 enum ix86_builtin_func_type tcode; /* type to use in the declaration */
231 unsigned char const_p:1; /* true if the declaration is constant */
232 unsigned char pure_p:1; /* true if the declaration has pure attribute */
233 bool set_and_not_built_p;