Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-loop.c3853 enum tree_code shift_code = ERROR_MARK; in vect_create_epilog_for_reduction() local
3861 shift_code = VEC_RSHIFT_EXPR; in vect_create_epilog_for_reduction()
3900 epilog_stmt = gimple_build_assign_with_ops (shift_code, in vect_create_epilog_for_reduction()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Doptabs.c5508 insn_code shift_code = optab_handler (vec_shr_optab, mode); in expand_vec_perm_const() local
5514 && (shift_code != CODE_FOR_nothing in expand_vec_perm_const()
5521 if (shift_code != CODE_FOR_nothing) in expand_vec_perm_const()
5526 if (maybe_expand_insn (shift_code, 3, ops)) in expand_vec_perm_const()