Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dexpmed.c132 struct rtx_def shift_sub; rtunion shift_sub_fld1; in init_expmed() member
204 PUT_CODE (&all.shift_sub, MINUS); in init_expmed()
205 XEXP (&all.shift_sub, 0) = &all.shift_mult; in init_expmed()
206 XEXP (&all.shift_sub, 1) = &all.reg; in init_expmed()
224 PUT_MODE (&all.shift_sub, mode); in init_expmed()
260 shiftsub_cost[mode][m] = rtx_cost (&all.shift_sub, SET); in init_expmed()