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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c685 static rtx spe_expand_stv_builtin (enum insn_code, tree);
7031 spe_expand_stv_builtin (enum insn_code icode, tree arglist)
7717 return spe_expand_stv_builtin (CODE_FOR_spe_evstddx, arglist);
7719 return spe_expand_stv_builtin (CODE_FOR_spe_evstdhx, arglist);
7721 return spe_expand_stv_builtin (CODE_FOR_spe_evstdwx, arglist);
7723 return spe_expand_stv_builtin (CODE_FOR_spe_evstwhex, arglist);
7725 return spe_expand_stv_builtin (CODE_FOR_spe_evstwhox, arglist);
7727 return spe_expand_stv_builtin (CODE_FOR_spe_evstwwex, arglist);
7729 return spe_expand_stv_builtin (CODE_FOR_spe_evstwwox, arglist);
7731 return spe_expand_stv_builtin (CODE_FOR_spe_evstd
7015 spe_expand_stv_builtin (enum insn_code icode, tree arglist) function
[all...]

Completed in 80 milliseconds