Home
last modified time | relevance | path

Searched refs:BITS_PER_WORD (Results 1 – 25 of 72) sorted by relevance

123

/NextBSD/contrib/byacc/
HDclosure.c81 k = BITS_PER_WORD; in set_first_derives()
84 if (k >= BITS_PER_WORD) in set_first_derives()
152 for (i = 0; i < BITS_PER_WORD; ++i) in closure()
165 ruleno += BITS_PER_WORD; in closure()
212 k = BITS_PER_WORD; in print_EFF()
215 if (k >= BITS_PER_WORD) in print_EFF()
242 k = BITS_PER_WORD; in print_first_derives()
245 if (k >= BITS_PER_WORD) in print_first_derives()
HDdefs.h65 #define BITS_PER_WORD ((int) sizeof (unsigned) * CHAR_BIT) macro
66 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD)
67 #define BIT(r, n) ((((r)[(n)/BITS_PER_WORD])>>((n)&(BITS_PER_WORD-1)))&1)
68 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1))))
HDwarshall.c46 if (++i >= BITS_PER_WORD) in transitive_closure()
74 if (++i >= BITS_PER_WORD) in reflexive_transitive_closure()
/NextBSD/contrib/gcc/
HDdefaults.h401 #ifndef BITS_PER_WORD
402 #define BITS_PER_WORD (BITS_PER_UNIT * UNITS_PER_WORD) macro
419 #define INT_TYPE_SIZE BITS_PER_WORD
423 #define LONG_TYPE_SIZE BITS_PER_WORD
427 #define LONG_LONG_TYPE_SIZE (BITS_PER_WORD * 2)
435 #define FLOAT_TYPE_SIZE BITS_PER_WORD
439 #define DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2)
443 #define LONG_DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2)
460 #define POINTER_SIZE BITS_PER_WORD
HDexpmed.c78 #define MAX_BITS_PER_WORD BITS_PER_WORD
351 = (MEM_P (str_rtx)) ? BITS_PER_UNIT : BITS_PER_WORD; in store_bit_field()
449 byte_offset = (bitnum % BITS_PER_WORD) / BITS_PER_UNIT in store_bit_field()
541 (bitnum % BITS_PER_WORD) / BITS_PER_UNIT in store_bit_field()
550 if (bitsize > BITS_PER_WORD) in store_bit_field()
559 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in store_bit_field()
569 fieldmode = smallest_mode_for_size (nwords * BITS_PER_WORD, MODE_INT); in store_bit_field()
578 * BITS_PER_WORD, in store_bit_field()
580 : (int) i * BITS_PER_WORD); in store_bit_field()
582 store_bit_field (op0, MIN (BITS_PER_WORD, in store_bit_field()
[all …]
HDoptabs.c691 outof_input, GEN_INT (BITS_PER_WORD - 1), in expand_superword_shift()
718 if (CONSTANT_P (op1) || shift_mask >= BITS_PER_WORD) in expand_subword_shift()
721 tmp = immed_double_const (BITS_PER_WORD, 0, op1_mode); in expand_subword_shift()
734 if (shift_mask == BITS_PER_WORD - 1) in expand_subword_shift()
742 tmp = immed_double_const (BITS_PER_WORD - 1, 0, op1_mode); in expand_subword_shift()
886 if (shift_mask >= BITS_PER_WORD in expand_doubleword_shift()
905 tmp = immed_double_const (BITS_PER_WORD, 0, op1_mode); in expand_doubleword_shift()
906 if (!CONSTANT_P (op1) && shift_mask == BITS_PER_WORD - 1) in expand_doubleword_shift()
1049 rtx wordm1 = umulp ? NULL_RTX : GEN_INT (BITS_PER_WORD - 1); in expand_doubleword_mult()
1473 for (i = 0; i < GET_MODE_BITSIZE (mode) / BITS_PER_WORD; i++) in expand_binop()
[all …]
HDexpr.c503 && GET_MODE_BITSIZE (to_mode) > BITS_PER_WORD) in convert_move()
527 else if (GET_MODE_BITSIZE (from_mode) < BITS_PER_WORD in convert_move()
553 if (GET_MODE_BITSIZE (from_mode) < BITS_PER_WORD) in convert_move()
610 if (GET_MODE_BITSIZE (from_mode) > BITS_PER_WORD in convert_move()
611 && GET_MODE_BITSIZE (to_mode) <= BITS_PER_WORD) in convert_move()
1300 || GET_MODE_BITSIZE (mode) >= BITS_PER_WORD) in emit_block_move_via_movmem()
2065 unsigned HOST_WIDE_INT bitsize = MIN (TYPE_ALIGN (type), BITS_PER_WORD); in copy_blkmode_from_reg()
2098 = (BITS_PER_WORD - ((bytes % UNITS_PER_WORD) * BITS_PER_UNIT)); in copy_blkmode_from_reg()
2112 if (xbitpos % BITS_PER_WORD == 0 in copy_blkmode_from_reg()
2114 src = operand_subword_force (srcreg, xbitpos / BITS_PER_WORD, in copy_blkmode_from_reg()
[all …]
/NextBSD/contrib/gcc/config/
HDsol2.h32 #define WCHAR_TYPE_SIZE BITS_PER_WORD
40 #define WINT_TYPE_SIZE BITS_PER_WORD
HDlynx.h147 # define WCHAR_TYPE_SIZE BITS_PER_WORD
HDsvr4.h204 #define WCHAR_TYPE_SIZE BITS_PER_WORD
HDptx4.h209 #define WCHAR_TYPE_SIZE BITS_PER_WORD
HDsvr3.h94 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/NextBSD/sys/arm/xscale/ixp425/
HDixp425_qmgr.h138 #define BITS_PER_WORD 32 macro
222 (BITS_PER_WORD/IX_QMGR_QUELOWSTAT_NUM_QUE_PER_WORD)
/NextBSD/contrib/gcc/config/i386/
HDnetware.c122 if (nregs > total / BITS_PER_WORD) in gen_regparm_prefix()
123 nregs = total / BITS_PER_WORD; in gen_regparm_prefix()
HDnto.h91 #define WCHAR_TYPE_SIZE BITS_PER_WORD
HDopenbsdelf.h68 #define WCHAR_TYPE_SIZE BITS_PER_WORD
HDlinux.h71 #define WCHAR_TYPE_SIZE BITS_PER_WORD
HDsco5.h102 #define WCHAR_TYPE_SIZE BITS_PER_WORD
HDfreebsd.h80 #define WCHAR_TYPE_SIZE (TARGET_64BIT ? 32 : BITS_PER_WORD)
/NextBSD/contrib/gcc/config/arm/
HDlinux-gas.h43 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/NextBSD/contrib/gcc/config/sparc/
HDsp-elf.h76 #define WCHAR_TYPE_SIZE BITS_PER_WORD
HDsparc.c4695 startbit = parms->intoffset & -BITS_PER_WORD; in function_arg_record_value_1()
4696 endbit = (bitpos + BITS_PER_WORD - 1) & -BITS_PER_WORD; in function_arg_record_value_1()
4698 intslots = (endbit - startbit) / BITS_PER_WORD; in function_arg_record_value_1()
4700 / BITS_PER_WORD; in function_arg_record_value_1()
4751 startbit = intoffset & -BITS_PER_WORD; in function_arg_record_value_3()
4752 endbit = (bitpos + BITS_PER_WORD - 1) & -BITS_PER_WORD; in function_arg_record_value_3()
4753 intslots = (endbit - startbit) / BITS_PER_WORD; in function_arg_record_value_3()
4754 this_slotno = parms->slotno + intoffset / BITS_PER_WORD; in function_arg_record_value_3()
4765 if (intoffset % BITS_PER_WORD != 0) in function_arg_record_value_3()
4766 mode = smallest_mode_for_size (BITS_PER_WORD - intoffset % BITS_PER_WORD, in function_arg_record_value_3()
[all …]
/NextBSD/contrib/libpcap/
HDoptimize.c131 #define BITS_PER_WORD (8*sizeof(bpf_u_int32)) macro
136 ((p)[(unsigned)(a) / BITS_PER_WORD] & (1 << ((unsigned)(a) % BITS_PER_WORD)))
142 (p)[(unsigned)(a) / BITS_PER_WORD] |= (1 << ((unsigned)(a) % BITS_PER_WORD))
148 (p)[(unsigned)(a) / BITS_PER_WORD] &= ~(1 << ((unsigned)(a) % BITS_PER_WORD))
1361 k += i * BITS_PER_WORD; in opt_j()
/NextBSD/contrib/gcc/config/mips/
HDmips.h1084 #define PARM_BOUNDARY BITS_PER_WORD
1138 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
1154 ((((ALIGN) < BITS_PER_WORD) \
1157 || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
/NextBSD/contrib/gcc/config/ia64/
HDia64.h220 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
229 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))

123