Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-costs.h30 static stringop_algs ix86_size_memcpy[2] = {
33 static stringop_algs ix86_size_memset[2] = {
135 static stringop_algs i386_memcpy[2] = {
138 static stringop_algs i386_memset[2] = {
237 static stringop_algs i486_memcpy[2] = {
240 static stringop_algs i486_memset[2] = {
341 static stringop_algs pentium_memcpy[2] = {
344 static stringop_algs pentium_memset[2] = {
543 static stringop_algs pentiumpro_memcpy[2] = {
548 static stringop_algs pentiumpro_memset[2] = {
[all …]
H A Di386.h230 struct stringop_algs struct
345 struct stringop_algs *memcpy, *memset;
H A Di386-options.c1438 const struct stringop_algs *default_algs; in ix86_parse_stringop_strategy_string()
H A Di386-expand.c6857 const struct stringop_algs *algs; in decide_alg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-costs.h30 static stringop_algs ix86_size_memcpy[2] = {
33 static stringop_algs ix86_size_memset[2] = {
141 static stringop_algs i386_memcpy[2] = {
144 static stringop_algs i386_memset[2] = {
249 static stringop_algs i486_memcpy[2] = {
252 static stringop_algs i486_memset[2] = {
359 static stringop_algs pentium_memcpy[2] = {
362 static stringop_algs pentium_memset[2] = {
573 static stringop_algs pentiumpro_memcpy[2] = {
578 static stringop_algs pentiumpro_memset[2] = {
[all …]
H A Di386.h72 struct stringop_algs struct
209 struct stringop_algs *memcpy, *memset;
H A Di386-options.cc1570 const struct stringop_algs *default_algs; in ix86_parse_stringop_strategy_string()
H A Di386-expand.cc8013 const struct stringop_algs *algs; in decide_alg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20216243 (stringop_algs::stringop_strategy::stringop_strategy): Make the ctor
20932 * config/i386/i386.h (struct stringop_algs): Define a CTOR for
H A DChangeLog-20113446 stringop_algs array.
3448 stringop_algs arrays.
H A DChangeLog-20064030 (stringop_algs): New struct.