Searched refs:PROCESSOR_K6 (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | driver-i386.c | 128 processor = PROCESSOR_K6; in host_detect_local_cpu() 233 case PROCESSOR_K6: in host_detect_local_cpu()
|
H A D | i386.h | 133 #define TARGET_K6 (ix86_tune == PROCESSOR_K6) 440 else if (ix86_arch == PROCESSOR_K6) \ 2078 PROCESSOR_K6, enumerator
|
H A D | i386.c | 722 #define m_K6 (1<<PROCESSOR_K6) 1516 {"k6", PROCESSOR_K6, PTA_MMX}, in override_options() 1517 {"k6-2", PROCESSOR_K6, PTA_MMX | PTA_3DNOW}, in override_options() 1518 {"k6-3", PROCESSOR_K6, PTA_MMX | PTA_3DNOW}, in override_options() 6025 if (ix86_tune == PROCESSOR_K6 && !optimize_size in ix86_decompose_address() 13815 case PROCESSOR_K6: in ix86_issue_rate() 13984 case PROCESSOR_K6: in ix86_adjust_cost() 14064 || ix86_tune == PROCESSOR_K6) in ia32_multipass_dfa_lookahead()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.h | 205 #define TARGET_K6 (ix86_cpu == PROCESSOR_K6) 601 else if (ix86_arch == PROCESSOR_K6) \ 3364 PROCESSOR_K6, enumerator
|
H A D | i386.c | 404 #define m_K6 (1<<PROCESSOR_K6) 1007 {"k6", PROCESSOR_K6, PTA_MMX}, in override_options() 1008 {"k6-2", PROCESSOR_K6, PTA_MMX | PTA_3DNOW}, in override_options() 1009 {"k6-3", PROCESSOR_K6, PTA_MMX | PTA_3DNOW}, in override_options() 5146 if (ix86_cpu == PROCESSOR_K6 && !optimize_size 11431 case PROCESSOR_K6: in ix86_issue_rate() 11611 case PROCESSOR_K6:
|