Searched refs:ashrhi3_out (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/config/avr/ |
H A D | avr-protos.h | 84 extern const char *ashrhi3_out (rtx insn, rtx operands[], int *len);
|
H A D | avr.md | 1274 "* return ashrhi3_out (insn, operands, NULL);" 1306 "* return ashrhi3_out (insn, operands, NULL);"
|
H A D | avr.c | 3508 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 D | avr-protos.h | 94 extern const char * ashrhi3_out PARAMS ((rtx insn, rtx operands[], int *len));
|
H A D | avr.md | 1262 "* return ashrhi3_out (insn, operands, NULL);" 1294 "* return ashrhi3_out (insn, operands, NULL);"
|
H A D | avr.c | 3560 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 D | ChangeLog.4 | 5767 (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 D | ChangeLog.3 | 3965 (ashrhi3_out): Likewise. 4404 (ashrhi3_out): Likewise. 4679 * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
|