OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_SSE3
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h
48
#define
TARGET_SSE3
TARGET_ISA_SSE3
466
#define TARGET_FISTTP (
TARGET_SSE3
&& TARGET_80387)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-flags.h
449
#define HAVE_avx_lddqu256 ((
TARGET_SSE3
) && (TARGET_AVX))
450
#define HAVE_sse3_lddqu (
TARGET_SSE3
)
488
#define HAVE_sse3_addsubv2df3 (
TARGET_SSE3
)
490
#define HAVE_sse3_addsubv4sf3 (
TARGET_SSE3
)
493
#define HAVE_sse3_hsubv2df3 (
TARGET_SSE3
)
496
#define HAVE_sse3_haddv4sf3 (
TARGET_SSE3
)
497
#define HAVE_sse3_hsubv4sf3 (
TARGET_SSE3
)
563
#define HAVE_sse3_movshdup (
TARGET_SSE3
)
565
#define HAVE_sse3_movsldup (
TARGET_SSE3
)
[
all
...]
Completed in 45 milliseconds