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

/freebsd-10.3-release/contrib/gcc/
H A Doptabs.c111 static inline optab init_optabv (enum rtx_code);
4947 init_optabv (enum rtx_code code)
5226 addv_optab = init_optabv (PLUS);
5228 subv_optab = init_optabv (MINUS);
5230 smulv_optab = init_optabv (MULT);
5237 sdivv_optab = init_optabv (DIV);
5279 negv_optab = init_optabv (NEG);
5281 absv_optab = init_optabv (ABS);
4923 init_optabv (enum rtx_code code) function

Completed in 106 milliseconds