Home
last modified time | relevance | path

Searched refs:spe_expand_stv_builtin (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.c683 static rtx spe_expand_stv_builtin (enum insn_code, tree);
7015 spe_expand_stv_builtin (enum insn_code icode, tree arglist) in spe_expand_stv_builtin() function
7701 return spe_expand_stv_builtin (CODE_FOR_spe_evstddx, arglist); in spe_expand_builtin()
7703 return spe_expand_stv_builtin (CODE_FOR_spe_evstdhx, arglist); in spe_expand_builtin()
7705 return spe_expand_stv_builtin (CODE_FOR_spe_evstdwx, arglist); in spe_expand_builtin()
7707 return spe_expand_stv_builtin (CODE_FOR_spe_evstwhex, arglist); in spe_expand_builtin()
7709 return spe_expand_stv_builtin (CODE_FOR_spe_evstwhox, arglist); in spe_expand_builtin()
7711 return spe_expand_stv_builtin (CODE_FOR_spe_evstwwex, arglist); in spe_expand_builtin()
7713 return spe_expand_stv_builtin (CODE_FOR_spe_evstwwox, arglist); in spe_expand_builtin()
7715 return spe_expand_stv_builtin (CODE_FOR_spe_evstdd, arglist); in spe_expand_builtin()
[all …]
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200431892 * config/rs6000/rs6000.c (spe_expand_stv_builtin): New.