Searched refs:out_shift_with_cnt (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr-protos.h | 118 extern void out_shift_with_cnt (const char *templ, rtx_insn *insn,
|
| H A D | avr.cc | 6514 out_shift_with_cnt (const char *templ, rtx_insn *insn, rtx operands[], in out_shift_with_cnt() function 6722 out_shift_with_cnt ("lsl %0", in ashlqi3_out() 6981 out_shift_with_cnt ("lsl %A0" CR_TAB in ashlhi3_out() 7043 out_shift_with_cnt ("lsl %A0" CR_TAB in avr_out_ashlpsi3() 7132 out_shift_with_cnt ("lsl %A0" CR_TAB in ashlsi3_out() 7205 out_shift_with_cnt ("asr %0", in ashrqi3_out() 7370 out_shift_with_cnt ("asr %B0" CR_TAB in ashrhi3_out() 7428 out_shift_with_cnt ("asr %C0" CR_TAB in avr_out_ashrpsi3() 7525 out_shift_with_cnt ("asr %D0" CR_TAB in ashrsi3_out() 7622 out_shift_with_cnt ("lsr %0", in lshrqi3_out() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr-protos.h | 118 extern void out_shift_with_cnt (const char *templ, rtx_insn *insn,
|
| H A D | avr.c | 6164 out_shift_with_cnt (const char *templ, rtx_insn *insn, rtx operands[], in out_shift_with_cnt() function 6366 out_shift_with_cnt ("lsl %0", in ashlqi3_out() 6623 out_shift_with_cnt ("lsl %A0" CR_TAB in ashlhi3_out() 6685 out_shift_with_cnt ("lsl %A0" CR_TAB in avr_out_ashlpsi3() 6774 out_shift_with_cnt ("lsl %A0" CR_TAB in ashlsi3_out() 6847 out_shift_with_cnt ("asr %0", in ashrqi3_out() 7010 out_shift_with_cnt ("asr %B0" CR_TAB in ashrhi3_out() 7068 out_shift_with_cnt ("asr %C0" CR_TAB in avr_out_ashrpsi3() 7165 out_shift_with_cnt ("asr %D0" CR_TAB in ashrsi3_out() 7262 out_shift_with_cnt ("lsr %0", in lshrqi3_out() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 5761 (out_shift_with_cnt): Add t_len argument. 5765 (out_shift_with_cnt): Optimize output code for size or speed, 5772 out_shift_with_cnt to work with the above change. 5775 Remove cases already well optimized in out_shift_with_cnt. 6579 * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro. 9761 out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info): 10115 (out_shift_with_cnt): Likewise. 19601 * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by 19663 * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal 19666 `out_shift_with_cnt'.
|
| H A D | ChangeLog-2008 | 11475 out_shift_with_cnt, class_max_nregs): Likewise. 11477 output_movqi, output_movhi, output_movsisf, out_shift_with_cnt,
|
| H A D | ChangeLog-2011 | 2798 (out_shift_with_cnt): Clean up code: Use avr_asm_len. 17055 * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
|
| H A D | ChangeLog-2014 | 25152 (out_shift_with_cnt): Likewise for second param. 25190 (out_shift_with_cnt): Likewise.
|
| H A D | ChangeLog-2021 | 28526 (out_shift_with_cnt): Likewise.
|
| H A D | ChangeLog-2005 | 33383 (out_shift_with_cnt): Handle shift count <= 0 as a no-op.
|