Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dexpmed.c125 struct rtx_def smod_32; rtunion smod_32_fld1; in init_expmed() member
177 PUT_CODE (&all.smod_32, MOD); in init_expmed()
178 XEXP (&all.smod_32, 0) = &all.reg; in init_expmed()
179 XEXP (&all.smod_32, 1) = XEXP (&all.sdiv_32, 1); in init_expmed()
219 PUT_MODE (&all.smod_32, mode); in init_expmed()
234 smod_pow2_cheap[mode] = (rtx_cost (&all.smod_32, SET) in init_expmed()
DChangeLog-20053237 and smod_pow2_cheap, to sdiv_32 and smod_32 to avoid confusion.