| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | symtabs.c | 80 int cix, bit, fbit, svbit, ix, bitno, len; in symtab_add() local 104 fbit = bit > bitno ? 0 : P_BIT(key, bit); in symtab_add() 105 svbit = fbit ? IS_RIGHT_LEAF(w->bitno) : in symtab_add() 107 w = w->lr[fbit]; in symtab_add() 146 fbit = w->bitno; in symtab_add() 155 if (fbit & (svbit ? RIGHT_IS_LEAF : LEFT_IS_LEAF)) in symtab_add() 184 int cix, bit, fbit, svbit, bitno; in lookup() local 223 fbit = (code >> bit) & 1; in lookup() 224 svbit = fbit ? IS_RIGHT_LEAF(w->bitno) : in lookup() 226 w = w->lr[fbit]; in lookup() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | parsecpu.awk | 170 for (fbit in features) { 171 print " isa_bit_" fbit "," 586 fbit = $3 587 if (fbit in features) fatal("feature " fbit " already defined") 588 features[fbit] = 1 624 fbit = $3 625 if (fbit in features) fatal("implied feature " fbit " aliases a real feature") 626 if (fbit in fgroup) fatal("implied feature " fbit " aliases a feature group") 628 features[fbit] = 1 631 if (fbit == ante) fatal("feature cannot imply itself") [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | parsecpu.awk | 170 for (fbit in features) { 171 print " isa_bit_" fbit "," 586 fbit = $3 587 if (fbit in features) fatal("feature " fbit " already defined") 588 features[fbit] = 1 624 fbit = $3 625 if (fbit in features) fatal("implied feature " fbit " aliases a real feature") 626 if (fbit in fgroup) fatal("implied feature " fbit " aliases a feature group") 628 features[fbit] = 1 631 if (fbit == ante) fatal("feature cannot imply itself") [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | symtabs.c | 87 int cix, bit, fbit, svbit, ix, bitno, len; in symtab_add() local 111 fbit = bit > bitno ? 0 : P_BIT(key, bit); in symtab_add() 112 svbit = fbit ? IS_RIGHT_LEAF(w->bitno) : in symtab_add() 114 w = w->lr[fbit]; in symtab_add() 153 fbit = w->bitno; in symtab_add() 162 if (fbit & (svbit ? RIGHT_IS_LEAF : LEFT_IS_LEAF)) in symtab_add() 191 int cix, bit, fbit, svbit, bitno; in lookup() local 232 fbit = (code >> bit) & 1; in lookup() 233 svbit = fbit ? IS_RIGHT_LEAF(w->bitno) : in lookup() 235 w = w->lr[fbit]; in lookup() [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | sys_select.c | 831 const int fd = sip->sel_fdinfo, fbit = 1 << (fd & __NFDMASK); in selnotify() 836 if ((fds[idx] & fbit) != 0 && 837 (ofds[idx] & fbit) == 0 && 839 ofds[idx] |= fbit; 726 const int fd = sip->sel_fdinfo, fbit = 1 << (fd & __NFDMASK); sel_setevents() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fixed-value.c | 114 unsigned int fbit; in fixed_from_string() local 119 fbit = GET_MODE_FBIT (mode); in fixed_from_string() 129 real_2expN (&base_value, fbit, VOIDmode); in fixed_from_string() 1041 unsigned int fbit = GET_MODE_FBIT (mode); in fixed_convert_from_real() local 1047 real_2expN (&base_value, fbit, VOIDmode); in fixed_convert_from_real()
|
| H A D | genmodes.c | 75 unsigned int fbit; /* the number of fractional bits */ member 611 unsigned int fbit, in make_fixed_point_mode() argument 617 m->fbit = fbit; in make_fixed_point_mode() 781 #define ADJUST_FBIT(M, X) _ADD_ADJUST (fbit, M, X, FRACT, UACCUM) 1901 tagged_printf ("%u", m->fbit, m->name); in emit_mode_fbit()
|
| H A D | machmode.def | 170 or fbit of MODE to be adjustable at run time. EXPR will be executed 172 evaluate to the desired byte size, alignment, format, ibit or fbit.
|
| H A D | lto-streamer-in.c | 1963 unsigned int ibit = 0, fbit = 0; 1973 fbit = bp_unpack_value (&bp, 8); 1999 || GET_MODE_FBIT (mr) != fbit
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fixed-value.cc | 114 unsigned int fbit; in fixed_from_string() local 119 fbit = GET_MODE_FBIT (mode); in fixed_from_string() 129 real_2expN (&base_value, fbit, VOIDmode); in fixed_from_string() 1040 unsigned int fbit = GET_MODE_FBIT (mode); in fixed_convert_from_real() local 1046 real_2expN (&base_value, fbit, VOIDmode); in fixed_convert_from_real()
|
| H A D | genmodes.cc | 75 unsigned int fbit; /* the number of fractional bits */ member 650 unsigned int fbit, in make_fixed_point_mode() argument 656 m->fbit = fbit; in make_fixed_point_mode() 824 #define ADJUST_FBIT(M, X) _ADD_ADJUST (fbit, M, X, FRACT, UACCUM) 1969 tagged_printf ("%u", m->fbit, m->name); in emit_mode_fbit()
|
| H A D | machmode.def | 174 or fbit of MODE to be adjustable at run time. EXPR will be executed 176 evaluate to the desired byte size, alignment, format, ibit or fbit.
|
| H A D | lto-streamer-in.cc | 1996 unsigned int ibit = 0, fbit = 0; in lto_input_mode_table() local 2006 fbit = bp_unpack_value (&bp, 8); in lto_input_mode_table() 2032 || GET_MODE_FBIT (mr) != fbit in lto_input_mode_table()
|
| H A D | common.opt | 2029 fbit-tests
|
| H A D | ChangeLog-2007 | 10568 a common fixed-point type based on fbit, ibit, sign, and saturation. 16844 * genmodes.c (struct mode_data): Add ibit and fbit fields. 16845 (blank_mode): Initialize ibit and fbit. 16846 (adj_ibit, adj_fbit): New to adjust ibit and fbit. 16864 Emit adjustment for ibit and fbit.
|
| H A D | ChangeLog-2020 | 6231 * common.opt: Add new -fbit-tests option.
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| H A D | cpp.c | 2423 int len, cix, bit, fbit, svbit, ix, bitno; in lookup() local 2448 fbit = bit >= bitno ? 0 : P_BIT(key, bit); in lookup() 2449 svbit = fbit ? IS_RIGHT_LEAF(w->bitno) : in lookup() 2451 w = w->lr[fbit]; in lookup() 2494 fbit = w->bitno; in lookup() 2503 if (fbit & (svbit ? RIGHT_IS_LEAF : LEFT_IS_LEAF)) in lookup()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr.c | 8633 unsigned fbit, bytes, ibyte, fbyte; in avr_out_fract() member 8658 val[i]->fbit = 0; in avr_out_fract() 8663 val[i]->fbit = GET_MODE_FBIT (mode); in avr_out_fract() 8668 val[i]->fbyte = (1 + val[i]->fbit) / BITS_PER_UNIT; in avr_out_fract() 8688 if (dest.fbit % 8 == 0 && src.fbit % 8 == 7) in avr_out_fract() 8690 else if (dest.fbit % 8 == 7 && src.fbit % 8 == 0) in avr_out_fract() 8692 else if (dest.fbit % 8 == src.fbit % 8) in avr_out_fract() 9142 int fbit = (int) GET_MODE_FBIT (mode); in avr_out_round() local 9143 double_int i_add = double_int_zero.set_bit (fbit-1 - INTVAL (xop[2])); in avr_out_round() 9144 wide_int wi_add = wi::set_bit_in_zero (fbit-1 - INTVAL (xop[2]), in avr_out_round()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.cc | 9111 unsigned fbit, bytes, ibyte, fbyte; in avr_out_fract() member 9136 val[i]->fbit = 0; in avr_out_fract() 9141 val[i]->fbit = GET_MODE_FBIT (mode); in avr_out_fract() 9146 val[i]->fbyte = (1 + val[i]->fbit) / BITS_PER_UNIT; in avr_out_fract() 9166 if (dest.fbit % 8 == 0 && src.fbit % 8 == 7) in avr_out_fract() 9168 else if (dest.fbit % 8 == 7 && src.fbit % 8 == 0) in avr_out_fract() 9170 else if (dest.fbit % 8 == src.fbit % 8) in avr_out_fract() 9620 int fbit = (int) GET_MODE_FBIT (mode); in avr_out_round() local 9621 double_int i_add = double_int_zero.set_bit (fbit-1 - INTVAL (xop[2])); in avr_out_round() 9622 wide_int wi_add = wi::set_bit_in_zero (fbit-1 - INTVAL (xop[2]), in avr_out_round()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 2144 c_common_fixed_point_type_for_size (unsigned int ibit, unsigned int fbit, in c_common_fixed_point_type_for_size() argument 2158 if (GET_MODE_IBIT (mode) >= ibit && GET_MODE_FBIT (mode) >= fbit) in c_common_fixed_point_type_for_size()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 2338 c_common_fixed_point_type_for_size (unsigned int ibit, unsigned int fbit, in c_common_fixed_point_type_for_size() argument 2352 if (GET_MODE_IBIT (mode) >= ibit && GET_MODE_FBIT (mode) >= fbit) in c_common_fixed_point_type_for_size()
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | NEWS | 1206 + [15]-fbit-tests, enabled by default, can be used to enable or
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | invoke.texi | 17459 @opindex fbit-tests
|
| H A D | gcc.info | 63714 * fbit-tests: Code Gen Options. (line 425)
|