| /NextBSD/contrib/byacc/ |
| HD | closure.c | 81 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()
|
| HD | defs.h | 65 #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))))
|
| HD | warshall.c | 46 if (++i >= BITS_PER_WORD) in transitive_closure() 74 if (++i >= BITS_PER_WORD) in reflexive_transitive_closure()
|
| /NextBSD/contrib/gcc/ |
| HD | defaults.h | 401 #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
|
| HD | expmed.c | 78 #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 …]
|
| HD | optabs.c | 691 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 …]
|
| HD | expr.c | 503 && 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/ |
| HD | sol2.h | 32 #define WCHAR_TYPE_SIZE BITS_PER_WORD 40 #define WINT_TYPE_SIZE BITS_PER_WORD
|
| HD | lynx.h | 147 # define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| HD | svr4.h | 204 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| HD | ptx4.h | 209 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| HD | svr3.h | 94 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| /NextBSD/sys/arm/xscale/ixp425/ |
| HD | ixp425_qmgr.h | 138 #define BITS_PER_WORD 32 macro 222 (BITS_PER_WORD/IX_QMGR_QUELOWSTAT_NUM_QUE_PER_WORD)
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | netware.c | 122 if (nregs > total / BITS_PER_WORD) in gen_regparm_prefix() 123 nregs = total / BITS_PER_WORD; in gen_regparm_prefix()
|
| HD | nto.h | 91 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| HD | openbsdelf.h | 68 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| HD | linux.h | 71 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| HD | sco5.h | 102 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| HD | freebsd.h | 80 #define WCHAR_TYPE_SIZE (TARGET_64BIT ? 32 : BITS_PER_WORD)
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | linux-gas.h | 43 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sp-elf.h | 76 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| HD | sparc.c | 4695 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/ |
| HD | optimize.c | 131 #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/ |
| HD | mips.h | 1084 #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/ |
| HD | ia64.h | 220 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN)) 229 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
|