Home
last modified time | relevance | path

Searched refs:nr_bits (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/testsuite/common/
Dbits-gen.c51 int nr_bits) in gen_bit() argument
56 printf ("test_tuples %s_tuples[%d] = {\n", macro, nr_bits); in gen_bit()
57 for (i = 0; i < nr_bits; i++) in gen_bit()
62 bit <<= nr_bits - i - 1; in gen_bit()
77 macro, macro, nr_bits, macro); in gen_bit()
84 int nr_bits) in gen_enum() argument
90 for (i = 0; i < nr_bits; i++) in gen_enum()
103 int nr_bits) in gen_mask() argument
108 printf ("test_tuples %s_tuples[%d][%d] = {\n", macro, nr_bits, nr_bits); in gen_mask()
109 for (l = 0; l < nr_bits; l++) in gen_mask()
[all …]
Dbits-tst.c165 check_sext (int nr_bits, in check_sext() argument
173 for (col = 0; col < nr_bits; col ++) in check_sext()
177 0, (msb_nr ? nr_bits - col - 1 : col)); in check_sext()
208 msmasked, 0, (msb_nr ? nr_bits - col - 1 : col)); in check_sext()
218 check_rot (int nr_bits, in check_rot() argument
225 for (row = 0; row < nr_bits; row++) in check_rot()
226 for (col = 0; col < nr_bits; col++) in check_rot()
232 for (shift = -nr_bits + 1; shift < nr_bits; shift ++) in check_rot()
238 || (shift != 0 && rot == mask && abs(row - col) != (nr_bits - 1))) in check_rot()
252 check_extract (int nr_bits, in check_extract() argument
[all …]
Dalu-tst.c54 print_hex (uint64_t val, int nr_bits) in print_hex() argument
56 switch (nr_bits) in print_hex()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid128_fma.c4128 int nr_bits; local
4223 nr_bits =
4227 nr_bits =
4232 nr_bits =
4237 nr_bits =
4240 q = nr_digits[nr_bits - 1].digits;
4242 q = nr_digits[nr_bits - 1].digits1;
4243 if (C.w[1] > nr_digits[nr_bits - 1].threshold_hi ||
4244 (C.w[1] == nr_digits[nr_bits - 1].threshold_hi &&
4245 C.w[0] >= nr_digits[nr_bits - 1].threshold_lo))
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbtypes.c5643 append_flags_type_field (struct type *type, int start_bitpos, int nr_bits, in append_flags_type_field() argument
5652 gdb_assert (nr_bits >= 1 && (start_bitpos + nr_bits) <= type_bitsize); in append_flags_type_field()
5659 type->field (field_nr).set_bitsize (nr_bits); in append_flags_type_field()
Dgdbtypes.h2423 int start_bitpos, int nr_bits,
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git177344 gdb: fix nr_bits gdb_assert in append_flags_type_field
177347 gdb_assert (nr_bits >= 1 && nr_bits <= type_bitsize);
177368 the underlying type. This implicitly verifies that nr_bits is not