Searched refs:ix86_expand_vector_init (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386-protos.h187 extern void ix86_expand_vector_init (bool, rtx, rtx);
H A Di386.c16464 ix86_expand_vector_init. We DO have language-level syntax for this, in
16493 ix86_expand_vector_init (true, target, gen_rtx_PARALLEL (tmode, v));
18818 /* A subroutine of ix86_expand_vector_init. Store into TARGET a vector
18955 /* A subroutine of ix86_expand_vector_init. Store into TARGET a vector
19067 /* A subroutine of ix86_expand_vector_init. Store into TARGET a vector
19142 /* A subroutine of ix86_expand_vector_init. Handle the most general case:
19184 ix86_expand_vector_init (false, op0, gen_rtx_PARALLEL (half_mode, v));
19188 ix86_expand_vector_init (false, op1, gen_rtx_PARALLEL (half_mode, v));
19275 ix86_expand_vector_init (bool mmx_ok, rtx target, rtx vals)
19243 ix86_expand_vector_init (bool mmx_ok, rtx target, rtx vals) function

Completed in 180 milliseconds