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

/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c668 unsigned int modesize;
675 modesize = GET_MODE_BITSIZE (mode);
676 if (modesize >= 8 && modesize <= 256
677 && (modesize & (modesize - 1)) == 0)
679 if (align < modesize)
680 align = modesize;
696 sprintf (name, ".rodata.str%d.%d", modesize / 8,
698 flags |= (modesize /
667 unsigned int modesize; local
713 unsigned int modesize = GET_MODE_BITSIZE (mode); local
[all...]
H A Dfold-const.c4996 int modesize = GET_MODE_BITSIZE (TYPE_MODE (type));
4999 if (p == modesize || unsignedp)
5017 temp = const_binop (LSHIFT_EXPR, temp, size_int (modesize - 1), 0);
5018 temp = const_binop (RSHIFT_EXPR, temp, size_int (modesize - p - 1), 0);
4966 int modesize = GET_MODE_BITSIZE (TYPE_MODE (type)); local
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c638 HOST_WIDE_INT modesize = GET_MODE_BITSIZE (GET_MODE (inner)); local
642 if (len > 0 && len < modesize
643 && pos >= 0 && pos + len <= modesize
644 && modesize <= HOST_BITS_PER_WIDE_INT)
648 block <<= modesize - pos - len;

Completed in 163 milliseconds