Searched refs:avr_emit3_fix_outputs (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-protos.h | 140 extern bool avr_emit3_fix_outputs (rtx (*)(rtx,rtx,rtx), rtx*, unsigned, unsigned);
|
H A D | avr.md | 3288 if (avr_emit3_fix_outputs (gen_mulsi3, operands, 1 << 0, 3339 if (avr_emit3_fix_outputs (gen_mulu<mode>si3, operands, 1 << 0, 3391 if (avr_emit3_fix_outputs (gen_muls<mode>si3, operands, 1 << 0, 3451 if (avr_emit3_fix_outputs (gen_mulohisi3, operands, 1 << 0, 3486 if (avr_emit3_fix_outputs (gen_<extend_u>mulhisi3, operands, 1 << 0, 3499 if (avr_emit3_fix_outputs (gen_usmulhisi3, operands, 1 << 0, 3933 if (avr_emit3_fix_outputs (gen_mulpsi3, operands, 1u << 0, 4001 if (avr_emit3_fix_outputs (gen_mulsqipsi3, operands, 1 << 0,
|
H A D | avr.cc | 13714 avr_emit3_fix_outputs (rtx (*gen)(rtx,rtx,rtx), rtx *op, in avr_emit3_fix_outputs() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-protos.h | 140 extern bool avr_emit3_fix_outputs (rtx (*)(rtx,rtx,rtx), rtx*, unsigned, unsigned);
|
H A D | avr.md | 2355 if (avr_emit3_fix_outputs (gen_mulsi3, operands, 1 << 0, 2406 if (avr_emit3_fix_outputs (gen_mulu<mode>si3, operands, 1 << 0, 2458 if (avr_emit3_fix_outputs (gen_muls<mode>si3, operands, 1 << 0, 2518 if (avr_emit3_fix_outputs (gen_mulohisi3, operands, 1 << 0, 2553 if (avr_emit3_fix_outputs (gen_<extend_u>mulhisi3, operands, 1 << 0, 2566 if (avr_emit3_fix_outputs (gen_usmulhisi3, operands, 1 << 0, 2868 if (avr_emit3_fix_outputs (gen_mulpsi3, operands, 1u << 0, 2912 if (avr_emit3_fix_outputs (gen_mulsqipsi3, operands, 1 << 0,
|
H A D | avr.c | 13289 avr_emit3_fix_outputs (rtx (*gen)(rtx,rtx,rtx), rtx *op, in avr_emit3_fix_outputs() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2014 | 4011 (avr_fix_inputs, avr_emit3_fix_outputs): New protos. 4013 (avr_fix_inputs, avr_emit3_fix_outputs): New functions.
|