Home
last modified time | relevance | path

Searched refs:stringop_algs (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-costs.h30 static stringop_algs ix86_size_memcpy[2] = {
33 static stringop_algs ix86_size_memset[2] = {
117 static stringop_algs i386_memcpy[2] = {
120 static stringop_algs i386_memset[2] = {
202 static stringop_algs i486_memcpy[2] = {
205 static stringop_algs i486_memset[2] = {
289 static stringop_algs pentium_memcpy[2] = {
292 static stringop_algs pentium_memset[2] = {
457 static stringop_algs pentiumpro_memcpy[2] = {
462 static stringop_algs pentiumpro_memset[2] = {
[all …]
H A Di386.h218 struct stringop_algs struct
307 struct stringop_algs *memcpy, *memset;
H A Di386.c3055 const struct stringop_algs *default_algs; in ix86_parse_stringop_strategy_string()
27371 const struct stringop_algs *algs; in decide_alg()
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h100 struct stringop_algs struct
163 struct stringop_algs memcpy[2], memset[2];
H A Di386.c22040 const struct stringop_algs * algs; in decide_alg()