Searched refs:gen_shifty_hi_op (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh-protos.h | 79 extern void gen_shifty_hi_op (int, rtx *);
|
| D | sh.cc | 3778 gen_shifty_hi_op (int code, rtx *operands) in gen_shifty_hi_op() function 4064 void (*shift_gen_fun) (int, rtx *) = gen_shifty_hi_op; in gen_shl_and() 4093 gen_shifty_hi_op (LSHIFTRT, operands); in gen_shl_and() 4098 gen_shifty_hi_op (ASHIFT, operands); in gen_shl_and() 4109 gen_shifty_hi_op (ASHIFT, operands); in gen_shl_and() 4336 gen_shifty_hi_op (ASHIFT, operands); in gen_shl_sext() 4362 gen_shifty_hi_op (ASHIFT, operands); in gen_shl_sext() 4367 gen_shifty_hi_op (LSHIFTRT, operands); in gen_shl_sext() 4385 gen_shifty_hi_op (ASHIFT, operands); in gen_shl_sext()
|
| D | sh.md | 3696 gen_shifty_hi_op (ASHIFT, operands);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | FSFChangeLog.11 | 10759 (gen_ashift_hi, gen_shifty_hi_op, shl_and_kind): New functions.
|