Searched refs:PROCESSOR_I486 (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | driver-i386.c | 181 case PROCESSOR_I486: in host_detect_local_cpu()
|
| H A D | i386.h | 130 #define TARGET_486 (ix86_tune == PROCESSOR_I486) 419 if (ix86_arch == PROCESSOR_I486) \ 2075 PROCESSOR_I486, /* 80486DX, 80486SX, 80486DX[24] */ enumerator
|
| H A D | predicates.md | 967 (match_test "ix86_tune > PROCESSOR_I486"))))
|
| H A D | i386.c | 719 #define m_486 (1<<PROCESSOR_I486) 1494 {"i486", PROCESSOR_I486, 0}, in override_options() 1498 {"winchip-c6", PROCESSOR_I486, PTA_MMX}, in override_options() 1499 {"winchip2", PROCESSOR_I486, PTA_MMX | PTA_3DNOW}, in override_options() 1500 {"c3", PROCESSOR_I486, PTA_MMX | PTA_3DNOW}, in override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.h | 202 #define TARGET_486 (ix86_cpu == PROCESSOR_I486) 580 if (ix86_arch == PROCESSOR_I486) \ 3361 PROCESSOR_I486, /* 80486DX, 80486SX, 80486DX[24] */ enumerator
|
| H A D | i386.c | 401 #define m_486 (1<<PROCESSOR_I486) 990 {"i486", PROCESSOR_I486, 0}, in override_options() 994 {"winchip-c6", PROCESSOR_I486, PTA_MMX}, in override_options() 995 {"winchip2", PROCESSOR_I486, PTA_MMX | PTA_3DNOW}, in override_options() 996 {"c3", PROCESSOR_I486, PTA_MMX | PTA_3DNOW}, in override_options() 3782 return ix86_cpu > PROCESSOR_I486;
|