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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmachmode.h129 extern enum machine_mode smallest_mode_for_size (unsigned int,
H A Dstor-layout.c209 smallest_mode_for_size (unsigned int size, enum mode_class class)
1642 TYPE_MODE (type) = smallest_mode_for_size (TYPE_PRECISION (type),
207 smallest_mode_for_size (unsigned int size, enum mode_class class) function
H A Dexpmed.c560 fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT);
1906 mode = smallest_mode_for_size (bitsize, MODE_INT);
H A Dexpr.c457 = smallest_mode_for_size (GET_MODE_BITSIZE (to_mode), MODE_INT);
472 = smallest_mode_for_size (GET_MODE_BITSIZE (from_mode), MODE_INT);
H A Doptabs.c2106 libval_mode = smallest_mode_for_size (2 * GET_MODE_BITSIZE (mode),
H A Dreload1.c5554 = smallest_mode_for_size (GET_MODE_BITSIZE (mode)
H A Dcombine.c6581 enum machine_mode bfmode = smallest_mode_for_size (len, MODE_INT);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmachmode.h235 extern enum machine_mode smallest_mode_for_size (unsigned int,
H A Dstor-layout.c447 smallest_mode_for_size (unsigned int size, enum mode_class mclass)
1849 smallest_mode_for_size (TYPE_PRECISION (type), MODE_INT));
2286 = GET_MODE_PRECISION (smallest_mode_for_size (precision, MODE_INT));
445 smallest_mode_for_size (unsigned int size, enum mode_class mclass) function
H A Ddse.c1685 for (new_mode = smallest_mode_for_size (access_size * BITS_PER_UNIT,
H A Dexpmed.c603 fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT);
1327 imode = smallest_mode_for_size (GET_MODE_BITSIZE (GET_MODE (op0)),
H A Dcfgexpand.c2544 mode1 = smallest_mode_for_size (bitsize, MODE_INT);
H A Dexpr.c473 = smallest_mode_for_size (GET_MODE_BITSIZE (to_mode), MODE_INT);
488 = smallest_mode_for_size (GET_MODE_BITSIZE (from_mode), MODE_INT);
H A Doptabs.c2536 libval_mode = smallest_mode_for_size (2 * GET_MODE_BITSIZE (mode),
H A Dreload1.c6162 = smallest_mode_for_size
H A Dcombine.c6956 wanted_inner_mode = smallest_mode_for_size (len, MODE_INT);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dspu.c3991 smallest_mode_for_size (byte_size * BITS_PER_UNIT, MODE_INT);
4028 smode = smallest_mode_for_size (byte_size * BITS_PER_UNIT, MODE_INT);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsparc.c4735 mode = smallest_mode_for_size (BITS_PER_WORD - intoffset % BITS_PER_WORD,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c5070 mode = smallest_mode_for_size (BITS_PER_WORD - intoffset % BITS_PER_WORD,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.c3991 enum machine_mode mode = smallest_mode_for_size (bitsize, MODE_INT);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.c4430 enum machine_mode mode = smallest_mode_for_size (bitsize, MODE_INT);

Completed in 927 milliseconds