Home
last modified time | relevance | path

Searched refs:pdp11_expand_shift (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/
Dpdp11-protos.h39 extern bool pdp11_expand_shift (rtx *, rtx (*) (rtx, rtx, rtx),
Dpdp11.md1725 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))
Dpdp11.cc1933 pdp11_expand_shift (rtx *operands, rtx (*shift_sc) (rtx, rtx, rtx), in pdp11_expand_shift() function
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20185164 (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.