Searched refs:ashrqi3_out (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/config/avr/ |
H A D | avr-protos.h | 83 extern const char *ashrqi3_out (rtx insn, rtx operands[], int *len);
|
H A D | avr.c | 3436 ashrqi3_out (rtx insn, rtx operands[], int *len) in ashrqi3_out() function 4381 case QImode: ashrqi3_out (insn,ops,&len); break; in adjust_insn_length()
|
H A D | avr.md | 1265 "* return ashrqi3_out (insn, operands, NULL);"
|
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/ |
H A D | avr-protos.h | 93 extern const char * ashrqi3_out PARAMS ((rtx insn, rtx operands[], int *len));
|
H A D | avr.c | 3490 ashrqi3_out (insn, operands, len) in ashrqi3_out() function 4413 case QImode: ashrqi3_out (insn,ops,&len); break;
|
H A D | avr.md | 1253 "* return ashrqi3_out (insn, operands, NULL);"
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.4 | 5765 (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to 9753 ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
|
H A D | ChangeLog.3 | 3969 (ashrqi3_out): Generate shift for any known constant count without 4403 (ashrqi3_out): Likewise.
|