Home
last modified time | relevance | path

Searched refs:x86_sse_load0_by_pxor (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h160 extern const int x86_sse_typeless_stores, x86_sse_load0_by_pxor;
210 #define TARGET_SSE_LOAD0_BY_PXOR (x86_sse_load0_by_pxor & TUNEMASK)
H A Di386.c809 const int x86_sse_load0_by_pxor = m_PPRO | m_PENT4 | m_NOCONA; variable