Searched refs:shift_code (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-sve2.cc | 368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local 370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-sve2.cc | 368 rtx_code shift_code = e.type_suffix (0).unsigned_p ? LSHIFTRT : ASHIFTRT; in expand() local 370 return e.use_exact_insn (code_for_aarch64_sve_add (shift_code, mode)); in expand()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
H A D | m32c.c | 3720 m32c_prepare_shift (rtx * operands, int scale, int shift_code) in m32c_prepare_shift() argument 3723 shift_gen_func func = shift_gen_func_for (mode, shift_code); in m32c_prepare_shift() 3795 if (shift_code == ASHIFT) in m32c_prepare_shift()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
H A D | m32c.cc | 3724 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.old/dist/gcc/ |
H A D | optabs.c | 5622 insn_code shift_code = CODE_FOR_nothing; in expand_vec_perm_const() local 5635 shift_code = optab_handler (shift_optab, mode); in expand_vec_perm_const() 5640 if (shift_code != CODE_FOR_nothing || shift_code_qi != CODE_FOR_nothing) in expand_vec_perm_const() 5648 if (shift_code != CODE_FOR_nothing) in expand_vec_perm_const() 5653 if (maybe_expand_insn (shift_code, 3, ops)) in expand_vec_perm_const()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.cc | 6202 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.md | 2174 (define_code_attr shift_code [(ss_ashift "ss_ashl") (ashift "ashl") 2179 (define_insn "<shift_code>si3" 3071 (define_insn "<shift_code>v2hi3"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.md | 2174 (define_code_attr shift_code [(ss_ashift "ss_ashl") (ashift "ashl") 2179 (define_insn "<shift_code>si3" 3071 (define_insn "<shift_code>v2hi3"
|