Searched refs:ashlsi3_out (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/config/avr/ |
H A D | avr-protos.h | 81 extern const char *ashlsi3_out (rtx insn, rtx operands[], int *len);
|
H A D | avr.md | 1209 "* return ashlsi3_out (insn, operands, NULL);" 1253 "* return ashlsi3_out (insn, operands, NULL);"
|
H A D | avr.c | 3321 ashlsi3_out (rtx insn, rtx operands[], int *len) in ashlsi3_out() function 4374 case SImode: ashlsi3_out (insn,ops,&len); break; in adjust_insn_length()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/ |
H A D | avr-protos.h | 91 extern const char * ashlsi3_out PARAMS ((rtx insn, rtx operands[], int *len));
|
H A D | avr.md | 1197 "* return ashlsi3_out (insn, operands, NULL);" 1241 "* return ashlsi3_out (insn, operands, NULL);"
|
H A D | avr.c | 3386 ashlsi3_out (insn, operands, len) in ashlsi3_out() function 4406 case SImode: ashlsi3_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, 15099 (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
|
H A D | ChangeLog.3 | 3964 (ashlsi3_out): Likewise. 4402 (ashlsi3_out): Likewise.
|