Home
last modified time | relevance | path

Searched refs:ashrhi3_out (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/config/avr/
H A Davr-protos.h84 extern const char *ashrhi3_out (rtx insn, rtx operands[], int *len);
H A Davr.md1274 "* return ashrhi3_out (insn, operands, NULL);"
1306 "* return ashrhi3_out (insn, operands, NULL);"
H A Davr.c3508 ashrhi3_out (rtx insn, rtx operands[], int *len) in ashrhi3_out() function
4382 case HImode: ashrhi3_out (insn,ops,&len); break; in adjust_insn_length()
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr-protos.h94 extern const char * ashrhi3_out PARAMS ((rtx insn, rtx operands[], int *len));
H A Davr.md1262 "* return ashrhi3_out (insn, operands, NULL);"
1294 "* return ashrhi3_out (insn, operands, NULL);"
H A Davr.c3560 ashrhi3_out (insn, operands, len) in ashrhi3_out() function
4414 case HImode: ashrhi3_out (insn,ops,&len); break;
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.45767 (ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out, lshrhi3_out,
7001 * config/avr/avr.c (ashlhi3_out, ashlsi3_out, ashrhi3_out,
9753 ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
H A DChangeLog.33965 (ashrhi3_out): Likewise.
4404 (ashrhi3_out): Likewise.
4679 * config/avr/avr.c (ashrhi3_out): optimized shift by 15.