OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_AVX2
(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/
insn-flags.h
578
#define HAVE_avx2_vec_dupv8sf ((
TARGET_AVX2
) && (TARGET_AVX))
579
#define HAVE_avx2_vec_dupv4sf (
TARGET_AVX2
)
580
#define HAVE_avx2_vec_dupv8sf_1 (
TARGET_AVX2
)
599
#define HAVE_avx2_interleave_highv4di (
TARGET_AVX2
)
601
#define HAVE_avx2_interleave_lowv4di (
TARGET_AVX2
)
611
#define HAVE_ashrv16hi3 ((TARGET_SSE2) && (
TARGET_AVX2
))
613
#define HAVE_ashrv8si3 ((TARGET_SSE2) && (
TARGET_AVX2
))
615
#define HAVE_ashlv16hi3 ((TARGET_SSE2) && (
TARGET_AVX2
))
616
#define HAVE_lshrv16hi3 ((TARGET_SSE2) && (
TARGET_AVX2
))
619
#define HAVE_ashlv8si3 ((TARGET_SSE2) && (
TARGET_AVX2
))
[
all
...]
/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
53
#define
TARGET_AVX2
TARGET_ISA_AVX2
[
all
...]
Completed in 42 milliseconds