Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h75 const struct stringop_strategy { struct
84 : max (_max), alg (_alg), noalign (_noalign) {} in max()
86 const int max;
87 const enum stringop_alg alg;
88 int noalign;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h233 const struct stringop_strategy { struct
234 const int max;
235 const enum stringop_alg alg;
236 int noalign;