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

/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c4623 machine_mode ihmode = int_mode_for_mode (imode); local
4625 if (ifmode == BLKmode || ihmode == BLKmode)
4627 halfsize = GEN_INT (GET_MODE_BITSIZE (ihmode));
4631 re = gen_rtx_ZERO_EXTRACT (ihmode, re, halfsize, const0_rtx);
4632 if (imode != ihmode)
4637 im = gen_rtx_ZERO_EXTRACT (ihmode, im, halfsize, halfsize);
4638 if (imode != ihmode)

Completed in 78 milliseconds