Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dexpmed.c130 struct rtx_def shift_mult; rtunion shift_mult_fld1; in init_expmed() member
197 PUT_CODE (&all.shift_mult, MULT); in init_expmed()
198 XEXP (&all.shift_mult, 0) = &all.reg; in init_expmed()
201 XEXP (&all.shift_add, 0) = &all.shift_mult; in init_expmed()
205 XEXP (&all.shift_sub, 0) = &all.shift_mult; in init_expmed()
222 PUT_MODE (&all.shift_mult, mode); in init_expmed()
256 XEXP (&all.shift_mult, 1) = pow2[m]; in init_expmed()