Searched refs:m_PENT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c893 #define m_PENT (1<<PROCESSOR_PENTIUM) macro
920 const int x86_zero_extend_with_and = m_486 | m_PENT;
926 const int x86_unroll_strlen = m_486 | m_PENT | m_PPRO | m_ATHLON_K8_AMDFAM10
951 const int x86_use_simode_fiop = ~(m_PPRO | m_ATHLON_K8_AMDFAM10 | m_PENT
954 const int x86_use_cltd = ~(m_PENT | m_K6 | m_CORE2 | m_GENERIC);
955 const int x86_read_modify_write = ~m_PENT;
956 const int x86_read_modify = ~(m_PENT | m_PPRO);
958 const int x86_promote_QImode = m_K6_GEODE | m_PENT | m_386 | m_486
961 const int x86_fast_prefix = ~(m_PENT | m_486 | m_386);
998 const int x86_arch_always_fancy_math_387 = m_PENT | m_PPR
[all...]

Completed in 74 milliseconds