Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.h151 extern const int x86_promote_QImode, x86_single_stringop, x86_fast_prefix;
195 #define TARGET_SINGLE_STRINGOP (x86_single_stringop & TUNEMASK)
H A Di386.c773 const int x86_single_stringop = m_386 | m_PENT4 | m_NOCONA; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h217 extern const int x86_promote_QImode, x86_single_stringop, x86_fast_prefix;
250 #define TARGET_SINGLE_STRINGOP (x86_single_stringop & CPUMASK)
H A Di386.c430 const int x86_single_stringop = m_386 | m_PENT4; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.316183 * i386.c (x86_single_stringop): New global variable.
16184 * i386.h (x86_single_stringop): Declare.