Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Ddriver-i386.c93 processor = PROCESSOR_PENTIUM; in host_detect_local_cpu()
184 case PROCESSOR_PENTIUM: in host_detect_local_cpu()
H A Di386.h131 #define TARGET_PENTIUM (ix86_tune == PROCESSOR_PENTIUM)
424 else if (ix86_arch == PROCESSOR_PENTIUM) \
2076 PROCESSOR_PENTIUM, enumerator
H A Di386.c720 #define m_PENT (1<<PROCESSOR_PENTIUM)
1495 {"i586", PROCESSOR_PENTIUM, 0}, in override_options()
1496 {"pentium", PROCESSOR_PENTIUM, 0}, in override_options()
1497 {"pentium-mmx", PROCESSOR_PENTIUM, PTA_MMX}, in override_options()
13814 case PROCESSOR_PENTIUM: in ix86_issue_rate()
13937 case PROCESSOR_PENTIUM: in ix86_adjust_cost()
14060 if (ix86_tune == PROCESSOR_PENTIUM) in ia32_multipass_dfa_lookahead()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h203 #define TARGET_PENTIUM (ix86_cpu == PROCESSOR_PENTIUM)
585 else if (ix86_arch == PROCESSOR_PENTIUM) \
3362 PROCESSOR_PENTIUM, enumerator
H A Di386.c402 #define m_PENT (1<<PROCESSOR_PENTIUM)
991 {"i586", PROCESSOR_PENTIUM, 0}, in override_options()
992 {"pentium", PROCESSOR_PENTIUM, 0}, in override_options()
993 {"pentium-mmx", PROCESSOR_PENTIUM, PTA_MMX}, in override_options()
11430 case PROCESSOR_PENTIUM: in ix86_issue_rate()
11556 case PROCESSOR_PENTIUM:
11931 if (ix86_cpu == PROCESSOR_PENTIUM) in ia32_use_dfa_pipeline_interface()
11943 if (ix86_cpu == PROCESSOR_PENTIUM) in ia32_multipass_dfa_lookahead()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.110168 * i386.md: Change ix86_cpu == PROCESSOR_PENTIUM to TARGET_PENTIUM.