Home
last modified time | relevance | path

Searched refs:TARGET_XOP (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsse.md11895 "TARGET_XOP"
12499 "TARGET_SSE2 && !TARGET_XOP
12515 "TARGET_SSE2 && !TARGET_XOP "
12583 "TARGET_SSE2 && !TARGET_XOP"
12754 "TARGET_SSSE3 || TARGET_AVX || TARGET_XOP"
18709 "TARGET_XOP"
18727 "TARGET_XOP"
18745 "TARGET_XOP"
18766 "TARGET_XOP"
18798 "TARGET_XOP"
[all …]
H A Di386-expand.c3447 if (TARGET_XOP && !TARGET_AVX512F) in ix86_valid_mask_cmp_mode()
3611 else if (TARGET_XOP) in ix86_expand_sse_movcc()
4036 if (TARGET_XOP in ix86_expand_int_sse_cmp()
4800 if (TARGET_XOP) in ix86_expand_vec_perm()
4839 if (TARGET_XOP) in ix86_expand_vec_perm()
4857 if (TARGET_XOP) in ix86_expand_vec_perm()
16742 if (!TARGET_XOP || GET_MODE_SIZE (d->vmode) != 16) in expand_vec_perm_pshufb()
19390 if (d.testing_p && TARGET_XOP) in ix86_vectorize_vec_perm_const()
19677 if (TARGET_XOP && mode == V4SImode && !uns_p) in ix86_expand_mul_widen_evenodd()
19762 if (TARGET_XOP && !uns_p) in ix86_expand_mul_widen_hilo()
[all …]
H A Di386.h104 #define TARGET_XOP TARGET_ISA_XOP macro
H A Di386.c19308 if (TARGET_XOP && mode == V16QImode) in ix86_multiplication_cost()
19317 if (TARGET_XOP && mode == V2DImode) in ix86_multiplication_cost()
19380 if (TARGET_XOP && mode == V16QImode) in ix86_shift_rotate_cost()
H A Di386.md18263 "TARGET_XOP"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsse.md15511 "TARGET_XOP"
16688 "TARGET_SSSE3 || TARGET_AVX || TARGET_XOP"
23490 "TARGET_XOP"
23508 "TARGET_XOP"
23526 "TARGET_XOP"
23547 "TARGET_XOP"
23579 "TARGET_XOP"
23591 "TARGET_XOP"
23613 "TARGET_XOP"
23642 "TARGET_XOP"
[all …]
H A Dmmx.md2505 "TARGET_XOP"
2519 "TARGET_XOP"
2533 "TARGET_XOP"
2547 "TARGET_XOP"
2741 "TARGET_XOP && TARGET_MMX_WITH_SSE"
2751 "TARGET_XOP"
2763 "TARGET_XOP && TARGET_MMX_WITH_SSE"
2775 "TARGET_XOP"
H A Di386-expand.cc3744 if (TARGET_XOP && !TARGET_AVX512F) in ix86_valid_mask_cmp_mode()
3970 if (TARGET_XOP) in ix86_expand_sse_movcc()
4420 if (TARGET_XOP in ix86_expand_int_sse_cmp()
5242 if (TARGET_XOP) in ix86_expand_vec_perm()
5281 if (TARGET_XOP) in ix86_expand_vec_perm()
5299 if (TARGET_XOP) in ix86_expand_vec_perm()
18867 if (!TARGET_XOP) in expand_vec_perm_pshufb()
18873 if (!TARGET_XOP) in expand_vec_perm_pshufb()
18879 if (!TARGET_XOP) in expand_vec_perm_pshufb()
22098 if (d.testing_p && TARGET_XOP) in ix86_vectorize_vec_perm_const()
[all …]
H A Di386.cc20335 if (TARGET_XOP && mode == V16QImode) in ix86_multiplication_cost()
20344 if (TARGET_XOP && mode == V2DImode) in ix86_multiplication_cost()
20406 if (TARGET_XOP && mode == V16QImode) in ix86_shift_rotate_cost()
20432 && !TARGET_XOP in ix86_shift_rotate_cost()
H A Di386.md20935 "TARGET_XOP"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202118697 (vashrv2di3): ... this. Change condition to TARGET_XOP || TARGET_AVX2
18698 and add special !TARGET_XOP && !TARGET_AVX512VL expansion.
21057 Handle 4-byte dual operands with TARGET_XOP and single operands
21058 with TARGET_SSSE3. Emit mmx_ppermv32 for TARGET_XOP and
22465 Handle 64bit modes for TARGET_XOP. Use indirect gen_* functions.
24898 For TARGET_XOP bypass SSE comparisons for all supported vector modes.
26544 (ashrv2di3): Change condition to TARGET_SSE2, handle !TARGET_XOP
33616 * config/i386/sse.md (sse2_gt<mode>3): Drop !TARGET_XOP in condition.
H A DChangeLog-20112819 * config/i386/i386.c (ix86_expand_vcond): Generate TARGET_XOP
6622 TARGET_AVX2 || TARGET_XOP and another using VI48_256 iterator
9692 TARGET_XOP. Fix pshufb constant vector creation. Reduce code
H A DChangeLog-20127490 (TARGET_XOP): Likewise.
7528 (TARGET_XOP): Likewise.
H A DChangeLog-20093722 * config/i386/i386.h(TARGET_XOP): New macro for XOP.
H A DChangeLog-20191014 integer mask cmov when available even with TARGET_XOP.
H A DChangeLog-201313933 Change TARGET_XOP to TARGET_XOP_P (opts->...).