Searched refs:x86_sub_esp_8 (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.h | 154 extern const int x86_add_esp_4, x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8; 203 #define TARGET_SUB_ESP_8 (x86_sub_esp_8 & TUNEMASK)
|
H A D | i386.c | 782 const int x86_sub_esp_8 = m_ATHLON_K8 | m_PPRO | m_386 | m_486 | m_PENT4 | m_NOCONA | m_GENERIC; variable
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.h | 220 extern const int x86_add_esp_4, x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8; 258 #define TARGET_SUB_ESP_8 (x86_sub_esp_8 & CPUMASK)
|
H A D | i386.c | 436 const int x86_sub_esp_8 = m_ATHLON | m_PPRO | m_386 | m_486 | m_PENT4; variable
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.3 | 6811 * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8): 6815 * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
|
H A D | ChangeLog.5 | 9472 x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8
|