Home
last modified time | relevance | path

Searched refs:vashl_optab (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs-tree.c76 return TYPE_SATURATING (type) ? unknown_optab : vashl_optab; in optab_for_tree_code()
H A Doptabs-query.c404 && optab_handler (vashl_optab, mode) == CODE_FOR_nothing) in can_vec_perm_var_p()
H A Doptabs.def142 OPTAB_VC(vashl_optab, "vashl$a3", ASHIFT)
H A Dtree-vect-generic.c1738 optab oplv = vashl_optab, opl = ashl_optab; in expand_vector_operations_1()
H A Dexpmed.c2457 lshift_optab = vashl_optab;
3434 && optab_handler (vashl_optab, mode) == CODE_FOR_nothing in expand_mult()
H A Doptabs.c1246 otheroptab = vashl_optab; in expand_binop()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.h460 #define vashl_optab (&optab_table[OTI_vashl]) macro
H A Doptabs.c389 return TYPE_SATURATING (type) ? NULL : vashl_optab; in optab_for_tree_code()
1574 otheroptab = vashl_optab; in expand_binop()
6134 init_optabv (vashl_optab, ASHIFT); in init_optabs()
6834 && optab_handler (vashl_optab, mode) == CODE_FOR_nothing) in can_vec_perm_p()
H A Dexpmed.c2182 lshift_optab = vashl_optab; in expand_shift_1()