Searched defs:builtin_isa (Results 1 – 2 of 2) sorted by relevance
227 struct builtin_isa { struct228 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;
226 struct builtin_isa { struct227 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;