Home
last modified time | relevance | path

Searched refs:ix86_expand_vector_init (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-protos.h255 extern void ix86_expand_vector_init (bool, rtx, rtx);
H A Dmmx.md1598 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
3893 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
3928 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
3963 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
4224 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
4234 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
H A Di386-expand.cc12198 ix86_expand_vector_init (true, target, gen_rtx_PARALLEL (tmode, v)); in ix86_expand_vec_init_builtin()
15558 ix86_expand_vector_init (false, half[j], in ix86_expand_vector_init_concat()
15926 ix86_expand_vector_init (bool mmx_ok, rtx target, rtx vals) in ix86_expand_vector_init() function
H A Dsse.md26138 ix86_expand_vector_init (false, operands[0], operands[1]);
26147 ix86_expand_vector_init (false, operands[0], operands[1]);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-protos.h239 extern void ix86_expand_vector_init (bool, rtx, rtx);
H A Dmmx.md679 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
1855 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
1887 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
1919 ix86_expand_vector_init (TARGET_MMX_WITH_SSE, operands[0],
H A Di386-expand.c10898 ix86_expand_vector_init (true, target, gen_rtx_PARALLEL (tmode, v)); in ix86_expand_vec_init_builtin()
13791 ix86_expand_vector_init (false, half[j], in ix86_expand_vector_init_concat()
14118 ix86_expand_vector_init (bool mmx_ok, rtx target, rtx vals) in ix86_expand_vector_init() function
H A Dsse.md21117 ix86_expand_vector_init (false, operands[0], operands[1]);
21126 ix86_expand_vector_init (false, operands[0], operands[1]);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20219710 * config/i386/i386-expand.c (ix86_expand_vector_init):
24336 * config/i386/i386-expand.c (ix86_expand_vector_init): Handle
H A DChangeLog-200534913 Split out from ix86_expand_vector_init; handle integer modes.
34914 (ix86_expand_vector_init): Use them.
H A DChangeLog-201716390 (ix86_expand_vector_init): Likewise.
21810 * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
H A DChangeLog-200614587 (ix86_expand_vector_init): Call ix86_expand_vector_init_one_nonzero
H A DChangeLog-2004539 (ix86_expand_vector_init): Use sse2_loadlpd.
47878 (ix86_expand_vector_init): New.
H A DChangeLog-200827991 * config/i386/i386.c (ix86_expand_vector_init): Consider only
H A DChangeLog-201928520 TARGET_MMX_WITH_SSE to ix86_expand_vector_init.