Home
last modified time | relevance | path

Searched refs:PROCESSOR_PENTIUM (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/config/i386/
H A Ddriver-i386.c95 processor = PROCESSOR_PENTIUM; in host_detect_local_cpu()
192 case PROCESSOR_PENTIUM: in host_detect_local_cpu()
H A Di386.h131 #define TARGET_PENTIUM (ix86_tune == PROCESSOR_PENTIUM)
446 else if (ix86_arch == PROCESSOR_PENTIUM) \
2118 PROCESSOR_PENTIUM, enumerator
H A Di386.c893 #define m_PENT (1<<PROCESSOR_PENTIUM)
1775 {"i586", PROCESSOR_PENTIUM, 0}, in override_options()
1776 {"pentium", PROCESSOR_PENTIUM, 0}, in override_options()
1777 {"pentium-mmx", PROCESSOR_PENTIUM, PTA_MMX}, in override_options()
14042 case PROCESSOR_PENTIUM: in ix86_issue_rate()
14169 case PROCESSOR_PENTIUM: in ix86_adjust_cost()
14293 if (ix86_tune == PROCESSOR_PENTIUM) in ia32_multipass_dfa_lookahead()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.h169 PROCESSOR_PENTIUM, enumerator
H A Dtc-i386.c438 {"i586", PROCESSOR_PENTIUM,
442 {"pentium", PROCESSOR_PENTIUM,
829 case PROCESSOR_PENTIUM: in i386_align_code()
846 case PROCESSOR_PENTIUM: in i386_align_code()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-19982849 * i386.md: Change ix86_cpu == PROCESSOR_PENTIUM to TARGET_PENTIUM.