Searched refs:pdp11_expand_shift (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | pdp11-protos.h | 39 extern bool pdp11_expand_shift (rtx *, rtx (*) (rtx, rtx, rtx),
|
| D | pdp11.md | 1725 if (!pdp11_expand_shift (operands, gen_ashift<mode>_sc, gen_ashift<mode>_base)) 1750 if (!pdp11_expand_shift (operands, gen_ashiftrt<mode>_sc, gen_ashiftrt<mode>_base)) 1776 if (!pdp11_expand_shift (operands, gen_lshiftrt<mode>_sc, gen_lshiftrt<mode>_base))
|
| D | pdp11.cc | 1933 pdp11_expand_shift (rtx *operands, rtx (*shift_sc) (rtx, rtx, rtx), in pdp11_expand_shift() function
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2018 | 5164 (pdp11_expand_shift): Bugfix in check for constant shift count. 18171 (pdp11_expand_shift): Ditto. 18187 (pdp11_expand_shift): New function to expand shift insns.
|