Searched refs:ix86_expand_vector_extract (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-protos.h241 extern void ix86_expand_vector_extract (bool, rtx, rtx, int);
H A Di386-expand.c1542 ix86_expand_vector_extract (false, target, fp_xmm, 0);
10903 ix86_expand_vector_extract. They would be redundant (for non-MMX) if we
10929 ix86_expand_vector_extract (true, target, op0, elt);
14243 ix86_expand_vector_extract (true, tmp, target, 1 - elt);
14259 ix86_expand_vector_extract (false, tmp, target, 1 - elt);
14597 ix86_expand_vector_extract (bool mmx_ok, rtx target, rtx vec, int elt) function
14692 ix86_expand_vector_extract (false, gen_lowpart (SFmode, target),
14713 ix86_expand_vector_extract (false, tmp, gen_lowpart (V4SImode, vec),
14728 ix86_expand_vector_extract (false, target, tmp, elt & 3);
14741 ix86_expand_vector_extract (fals
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-protos.h258 extern void ix86_expand_vector_extract (bool, rtx, rtx, int);
H A Di386-expand.cc1806 ix86_expand_vector_extract (false, target, fp_xmm, 0);
12186 ix86_expand_vector_extract. They would be redundant (for non-MMX) if we
12212 ix86_expand_vector_extract (true, target, op0, elt);
16146 ix86_expand_vector_extract (true, tmp, target, 1 - elt);
16162 ix86_expand_vector_extract (false, tmp, target, 1 - elt);
16527 ix86_expand_vector_extract (bool mmx_ok, rtx target, rtx vec, int elt) function
16622 ix86_expand_vector_extract (false, gen_lowpart (SFmode, target),
16645 ix86_expand_vector_extract (false, tmp, gen_lowpart (V4SImode, vec),
16663 ix86_expand_vector_extract (false, target, tmp, elt & 3);
16676 ix86_expand_vector_extract (fals
[all...]

Completed in 236 milliseconds