Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpr.cc231 scalar_int_mode to_int_mode; in convert_move() local
234 && is_a <scalar_int_mode> (to_mode, &to_int_mode) in convert_move()
236 >= GET_MODE_PRECISION (to_int_mode)) in convert_move()
243 from = gen_lowpart (to_int_mode, SUBREG_REG (from)); in convert_move()
244 from_mode = to_int_mode; in convert_move()
250 && GET_MODE_PRECISION (to_int_mode) in convert_move()
255 > GET_MODE_PRECISION (to_int_mode)) in convert_move()