Home
last modified time | relevance | path

Searched refs:gen_shifty_hi_op (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh-protos.h79 extern void gen_shifty_hi_op (int, rtx *);
Dsh.cc3778 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()
Dsh.md3696 gen_shifty_hi_op (ASHIFT, operands);
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog.1110759 (gen_ashift_hi, gen_shifty_hi_op, shl_and_kind): New functions.