HomeSort by: relevance | last modified time | path
    Searched defs:splat_vec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 6738 rtx splat_vec;
6752 splat_vec = gen_easy_altivec_constant (vec);
6753 gcc_assert (GET_CODE (splat_vec) == VEC_DUPLICATE);
6754 operands[1] = XEXP (splat_vec, 0);
6758 switch (GET_MODE (splat_vec))
6726 rtx splat_vec; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 6662 rtx splat_vec;
6676 splat_vec = gen_easy_altivec_constant (vec);
6677 gcc_assert (GET_CODE (splat_vec) == VEC_DUPLICATE);
6678 operands[1] = XEXP (splat_vec, 0);
6682 switch (GET_MODE (splat_vec))
6650 rtx splat_vec; local

Completed in 60 milliseconds