Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDexpmed.c124 struct rtx_def sdiv_32; rtunion sdiv_32_fld1; in init_expmed() member
173 PUT_CODE (&all.sdiv_32, DIV); in init_expmed()
174 XEXP (&all.sdiv_32, 0) = &all.reg; in init_expmed()
175 XEXP (&all.sdiv_32, 1) = 32 < MAX_BITS_PER_WORD ? cint[32] : GEN_INT (32); in init_expmed()
179 XEXP (&all.smod_32, 1) = XEXP (&all.sdiv_32, 1); in init_expmed()
218 PUT_MODE (&all.sdiv_32, mode); in init_expmed()
232 sdiv_pow2_cheap[mode] = (rtx_cost (&all.sdiv_32, SET) in init_expmed()
HDChangeLog-20053237 and smod_pow2_cheap, to sdiv_32 and smod_32 to avoid confusion.