Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
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;