Home
last modified time | relevance | path

Searched refs:x86_split_long_moves (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.h150 extern const int x86_read_modify, x86_split_long_moves;
190 #define TARGET_SPLIT_LONG_MOVES (x86_split_long_moves & TUNEMASK)
H A Di386.c770 const int x86_split_long_moves = m_PPRO; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h216 extern const int x86_read_modify, x86_split_long_moves;
245 #define TARGET_SPLIT_LONG_MOVES (x86_split_long_moves & CPUMASK)
H A Di386.c427 const int x86_split_long_moves = m_PPRO; variable