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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c124 struct rtx_def sdiv_32; rtunion sdiv_32_fld1; member in struct:__anon1152
173 PUT_CODE (&all.sdiv_32, DIV);
174 XEXP (&all.sdiv_32, 0) = &all.reg;
175 XEXP (&all.sdiv_32, 1) = 32 < MAX_BITS_PER_WORD ? cint[32] : GEN_INT (32);
179 XEXP (&all.smod_32, 1) = XEXP (&all.sdiv_32, 1);
218 PUT_MODE (&all.sdiv_32, mode);
232 sdiv_pow2_cheap[mode] = (rtx_cost (&all.sdiv_32, SET)

Completed in 58 milliseconds