Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Ddriver-i386.c145 processor = PROCESSOR_PENTIUM4; in host_detect_local_cpu()
245 case PROCESSOR_PENTIUM4: in host_detect_local_cpu()
H A Di386.h135 #define TARGET_PENTIUM4 (ix86_tune == PROCESSOR_PENTIUM4)
463 else if (ix86_arch == PROCESSOR_PENTIUM4) \
2080 PROCESSOR_PENTIUM4, enumerator
H A Di386.c724 #define m_PENT4 (1<<PROCESSOR_PENTIUM4)
1508 {"pentium4", PROCESSOR_PENTIUM4, PTA_SSE | PTA_SSE2 in override_options()
1510 {"pentium4m", PROCESSOR_PENTIUM4, PTA_SSE | PTA_SSE2 in override_options()
13070 case PROCESSOR_PENTIUM4: in ix86_expand_clrmem()
13819 case PROCESSOR_PENTIUM4: in ix86_issue_rate()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h207 #define TARGET_PENTIUM4 (ix86_cpu == PROCESSOR_PENTIUM4)
619 else if (ix86_arch == PROCESSOR_PENTIUM4) \
3366 PROCESSOR_PENTIUM4, enumerator
H A Di386.c406 #define m_PENT4 (1<<PROCESSOR_PENTIUM4)
1001 {"pentium4", PROCESSOR_PENTIUM4, PTA_SSE | PTA_SSE2 in override_options()
1003 {"prescott", PROCESSOR_PENTIUM4, PTA_SSE | PTA_SSE2 | PTA_SSE3 in override_options()
1005 {"nocona", PROCESSOR_PENTIUM4, PTA_SSE | PTA_SSE2 | PTA_SSE3 in override_options()
11435 case PROCESSOR_PENTIUM4: in ix86_issue_rate()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.59478 (ix86_issue_rate): Add PROCESSOR_PENTIUM4 and PROCESSOR_ATHLON.
9481 (enum processor_type): Add PROCESSOR_PENTIUM4.