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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c901 #define m_ATHLON_K8 (m_K8 | m_ATHLON) macro
939 /*m_GENERIC | m_ATHLON_K8 ? */
995 const int x86_prologue_using_move = m_ATHLON_K8 | m_PPRO | m_CORE2 | m_GENERIC;
996 const int x86_epilogue_using_move = m_ATHLON_K8 | m_PPRO | m_CORE2 | m_GENERIC;
1016 const int x86_sse_split_regs = m_ATHLON_K8;
1075 const int x86_inter_unit_moves = 0 /* ~(m_ATHLON_K8) */;
1077 const int x86_ext_80387_constants = m_K6_GEODE | m_ATHLON_K8 | m_PENT4

Completed in 75 milliseconds