Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/avr/
H A Davr-protos.h83 extern const char *ashrqi3_out (rtx insn, rtx operands[], int *len);
H A Davr.c3436 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 Davr.md1265 "* return ashrqi3_out (insn, operands, NULL);"
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr-protos.h93 extern const char * ashrqi3_out PARAMS ((rtx insn, rtx operands[], int *len));
H A Davr.c3490 ashrqi3_out (insn, operands, len) in ashrqi3_out() function
4413 case QImode: ashrqi3_out (insn,ops,&len); break;
H A Davr.md1253 "* return ashrqi3_out (insn, operands, NULL);"
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.45765 (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to
9753 ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
H A DChangeLog.33969 (ashrqi3_out): Generate shift for any known constant count without
4403 (ashrqi3_out): Likewise.