Searched refs:BITS_PER_WORD (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/
H A Dstmt.c1638 = MIN (TYPE_ALIGN (TREE_TYPE (retval_rhs)), BITS_PER_WORD);
1664 padding_correction = (BITS_PER_WORD - ((bytes % UNITS_PER_WORD)
1675 if (xbitpos % BITS_PER_WORD == 0
1680 result_pseudos[xbitpos / BITS_PER_WORD] = dst;
1688 if (bitpos % BITS_PER_WORD == 0)
1690 bitpos / BITS_PER_WORD,
1695 store_bit_field (dst, bitsize, xbitpos % BITS_PER_WORD, word_mode,
1697 bitpos % BITS_PER_WORD, 1,
H A Dtarghooks.c281 if (precision == 2 * BITS_PER_WORD)
H A Dpostreload.c251 && GET_MODE_BITSIZE (GET_MODE (src)) < BITS_PER_WORD
330 if (GET_MODE_BITSIZE (GET_MODE (SET_DEST (set))) < BITS_PER_WORD
423 && GET_MODE_BITSIZE (mode) < BITS_PER_WORD
H A Dfinal.c3515 if (HOST_BITS_PER_WIDE_INT >= (2 * BITS_PER_WORD))
3525 sign_bit <<= BITS_PER_WORD - 1;
3528 have used 1 << BITS_PER_WORD instead of basing the
3530 HOST_BITS_PER_WIDE_INT == BITS_PER_WORD, it could cause a
3548 high >>= BITS_PER_WORD - 1;
3623 not necessarily BITS_PER_WORD bits. */
3633 if (BITS_PER_WORD < HOST_BITS_PER_LONG && BITS_PER_WORD == 32)
H A Dconvert.c675 if (outprec >= BITS_PER_WORD
H A Drtlanal.c2913 bitpos = word * BITS_PER_WORD;
3455 && GET_MODE_BITSIZE (GET_MODE (x)) <= BITS_PER_WORD
3518 if (INTVAL (x) > 0 && mode_width < BITS_PER_WORD
3737 if (GET_MODE_BITSIZE (GET_MODE (SUBREG_REG (x))) <= BITS_PER_WORD
3967 if (GET_MODE_BITSIZE (GET_MODE (x)) < BITS_PER_WORD
4576 BITS_PER_WORD to HOST_BITS_PER_WIDE_INT */
H A Dfunction.c2557 DECL_ALIGN (parm) = MAX (DECL_ALIGN (parm), BITS_PER_WORD);
2576 a multiple of BITS_PER_WORD. It isn't clear how to fix this
2585 gcc_assert (!size || !(PARM_BOUNDARY % BITS_PER_WORD));
4511 && GET_MODE_BITSIZE (GET_MODE (decl_rtl)) <= BITS_PER_WORD)
5017 <= BITS_PER_WORD)
H A Dcombine.c1107 if (GET_MODE_BITSIZE (GET_MODE (x)) < BITS_PER_WORD
2890 && GET_MODE_BITSIZE (GET_MODE (temp)) < BITS_PER_WORD
2898 && GET_MODE_BITSIZE (GET_MODE (temp)) < BITS_PER_WORD
6040 && ((pos_rtx == 0 && (pos % BITS_PER_WORD) == 0
6066 of interest (in this case POS % BITS_PER_WORD must be 0). */
6089 HOST_WIDE_INT final_word = pos / BITS_PER_WORD;
9964 i = BITS_PER_WORD - 1 - i;
10430 && mode_width <= BITS_PER_WORD)
11041 && GET_MODE_BITSIZE (GET_MODE (dest)) <= BITS_PER_WORD
H A Dcalls.c830 < (unsigned int) MIN (BIGGEST_ALIGNMENT, BITS_PER_WORD)))
861 endian_correction = BITS_PER_WORD - bytes * BITS_PER_UNIT;
867 int bitsize = MIN (bytes * BITS_PER_UNIT, BITS_PER_WORD);
H A Dstor-layout.c2176 && unit <= BITS_PER_WORD
H A Demit-rtl.c64 enum machine_mode word_mode; /* Mode whose width is BITS_PER_WORD. */
5049 REGNO_POINTER_ALIGN (VIRTUAL_CFA_REGNUM) = BITS_PER_WORD;
5156 if (GET_MODE_BITSIZE (mode) == BITS_PER_WORD
H A Difcvt.c729 start = BITS_PER_WORD - start - size;
733 gcc_assert (start < (MEM_P (op) ? BITS_PER_UNIT : BITS_PER_WORD));
H A Ddwarf2out.c8371 else return BITS_PER_WORD if the type actually turns out to be an
8378 return BITS_PER_WORD;
9613 it, or else return BITS_PER_WORD if the node actually turns out to
9619 return (TREE_CODE (type) != ERROR_MARK) ? TYPE_ALIGN (type) : BITS_PER_WORD;
9625 return (TREE_CODE (decl) != ERROR_MARK) ? DECL_ALIGN (decl) : BITS_PER_WORD;
9673 field_size_in_bits = BITS_PER_WORD;
H A Dsee.c3523 GET_MODE_BITSIZE (mode) < BITS_PER_WORD;
H A Dcse.c5341 && GET_MODE_BITSIZE (mode) < BITS_PER_WORD)
5346 GET_MODE_BITSIZE (wider_mode) <= BITS_PER_WORD
H A Dbuiltins.c5350 word = (GET_MODE_BITSIZE (fmode) - bitpos) / BITS_PER_WORD;
5352 word = bitpos / BITS_PER_WORD;
5354 bitpos = bitpos % BITS_PER_WORD;
H A Dreload.c586 if (GET_MODE_BITSIZE (mode) < BITS_PER_WORD && INTEGRAL_MODE_P (mode))
587 mode = mode_for_size (BITS_PER_WORD, GET_MODE_CLASS (mode), 0);
/freebsd-11-stable/contrib/libpcap/
H A Doptimize.c261 #define BITS_PER_WORD (8*sizeof(bpf_u_int32)) macro
266 ((p)[(unsigned)(a) / BITS_PER_WORD] & ((bpf_u_int32)1 << ((unsigned)(a) % BITS_PER_WORD)))
272 (p)[(unsigned)(a) / BITS_PER_WORD] |= ((bpf_u_int32)1 << ((unsigned)(a) % BITS_PER_WORD))
278 (p)[(unsigned)(a) / BITS_PER_WORD] &= ~((bpf_u_int32)1 << ((unsigned)(a) % BITS_PER_WORD))
1572 k += i * BITS_PER_WORD;
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h582 #define LONG_TYPE_SIZE BITS_PER_WORD
616 #define PARM_BOUNDARY BITS_PER_WORD
619 #define STACK_BOUNDARY BITS_PER_WORD
640 #define EMPTY_FIELD_BOUNDARY BITS_PER_WORD
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h542 && (ALIGN) < BITS_PER_WORD \
543 ? BITS_PER_WORD \
554 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
1823 /* Define if loading in MODE, an integral mode narrower than BITS_PER_WORD
H A Dsysv4.h398 && BITS_PER_WORD == HOST_BITS_PER_INT)))
H A Drs6000.c4633 if (intoffset % BITS_PER_WORD != 0)
4635 mode = mode_for_size (BITS_PER_WORD - intoffset % BITS_PER_WORD,
4643 intoffset = intoffset & -BITS_PER_WORD;
4647 startbit = intoffset & -BITS_PER_WORD;
4648 endbit = (bitpos + BITS_PER_WORD - 1) & -BITS_PER_WORD;
4649 intregs = (endbit - startbit) / BITS_PER_WORD;
4783 if (TYPE_ALIGN (type) >= 2 * BITS_PER_WORD
4982 if (intoffset % BITS_PER_WORD !
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h485 && (ALIGN) < BITS_PER_WORD * CONSTANT_ALIGNMENT_FACTOR) \
486 ? BITS_PER_WORD * CONSTANT_ALIGNMENT_FACTOR : (ALIGN))
514 #define WCHAR_TYPE_SIZE BITS_PER_WORD
2062 /* Define if loading in MODE, an integral mode narrower than BITS_PER_WORD
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1074 narrower than BITS_PER_WORD will be zero-extended. As a result,
1356 /* Get_secondary_mem widens its argument to BITS_PER_WORD which loses on v9
1364 : (GET_MODE_BITSIZE (MODE) < BITS_PER_WORD \
1365 ? mode_for_size (BITS_PER_WORD, GET_MODE_CLASS (MODE), 0) \
2102 /* Define if loading in MODE, an integral mode narrower than BITS_PER_WORD
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c3551 if (MEM_ALIGN (src) == BITS_PER_WORD / 2
3552 && MEM_ALIGN (dest) == BITS_PER_WORD / 2)
3553 bits = BITS_PER_WORD / 2;
3555 bits = BITS_PER_WORD;
3809 doubleword_aligned_p = FUNCTION_ARG_BOUNDARY (mode, type) > BITS_PER_WORD;
3908 && TYPE_PRECISION (TREE_TYPE (field)) == BITS_PER_WORD
3910 && int_bit_position (field) % BITS_PER_WORD == 0)
3941 && TYPE_PRECISION (TREE_TYPE (field)) == BITS_PER_WORD)
3950 bitpos += BITS_PER_WORD;
4657 || GET_MODE_BITSIZE (GET_MODE (op)) > BITS_PER_WORD)
[all...]

Completed in 352 milliseconds

123