Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.cc3724 m32c_prepare_shift (rtx * operands, int scale, int shift_code) in m32c_prepare_shift() argument
3727 shift_gen_func func = shift_gen_func_for (mode, shift_code); in m32c_prepare_shift()
3799 if (shift_code == ASHIFT) in m32c_prepare_shift()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Doptabs.cc6202 insn_code shift_code = CODE_FOR_nothing; in expand_vec_perm_const() local
6215 shift_code = optab_handler (shift_optab, mode); in expand_vec_perm_const()
6220 if (shift_code != CODE_FOR_nothing || shift_code_qi != CODE_FOR_nothing) in expand_vec_perm_const()
6228 if (shift_code != CODE_FOR_nothing) in expand_vec_perm_const()
6233 if (maybe_expand_insn (shift_code, 3, ops)) in expand_vec_perm_const()