Home
last modified time | relevance | path

Searched refs:x86_use_loop (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h214 extern const int x86_use_loop, x86_use_fiop, x86_use_mov0;
241 #define TARGET_USE_LOOP (x86_use_loop & CPUMASK)
H A Di386.c421 const int x86_use_loop = m_K6; variable