Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.h144 extern const int x86_use_leave, x86_push_memory, x86_zero_extend_with_and;
171 #define TARGET_PUSH_MEMORY (x86_push_memory & TUNEMASK)
H A Di386.c739 const int x86_push_memory = m_386 | m_K6 | m_ATHLON_K8 | m_PENT4 | m_NOCONA | m_GENERIC; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h210 extern const int x86_use_leave, x86_push_memory, x86_zero_extend_with_and;
228 #define TARGET_PUSH_MEMORY (x86_push_memory & CPUMASK)
H A Di386.c409 const int x86_push_memory = m_386 | m_K6 | m_ATHLON | m_PENT4; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.59471 (x86_push_memory, x86_movx,x86_cmove, x86_deep_branch, x86_use_sahf
H A DChangeLog.21158 (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,