Home
last modified time | relevance | path

Searched defs:shift_amount_i (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.c3016 const int shift_amount_i = INTVAL (shift_amount) & 31; in sh_ashlsi_clobbers_t_reg_p() local
3034 const int shift_amount_i = std::abs (INTVAL (shift_amount)) & 31; in sh_lshrsi_clobbers_t_reg_p() local
3054 const int shift_amount_i = std::abs (INTVAL (count)) & 31; in sh_dynamicalize_shift_p() local
H A Dsh.cc3016 const int shift_amount_i = INTVAL (shift_amount) & 31; in sh_ashlsi_clobbers_t_reg_p() local
3034 const int shift_amount_i = std::abs (INTVAL (shift_amount)) & 31; in sh_lshrsi_clobbers_t_reg_p() local
3054 const int shift_amount_i = std::abs (INTVAL (count)) & 31; in sh_dynamicalize_shift_p() local
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c3016 const int shift_amount_i = INTVAL (shift_amount) & 31; in sh_ashlsi_clobbers_t_reg_p() local
3034 const int shift_amount_i = std::abs (INTVAL (shift_amount)) & 31; in sh_lshrsi_clobbers_t_reg_p() local
3054 const int shift_amount_i = std::abs (INTVAL (count)) & 31; in sh_dynamicalize_shift_p() local