Searched refs:nr_bits (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dbits-gen.c50 int nr_bits)
55 printf ("test_tuples %s_tuples[%d] = {\n", macro, nr_bits);
56 for (i = 0; i < nr_bits; i++)
61 bit <<= nr_bits - i - 1;
77 macro, macro, nr_bits, macro);
84 int nr_bits)
90 for (i = 0; i < nr_bits; i++)
103 int nr_bits)
108 printf ("test_tuples %s_tuples[%d][%d] = {\n", macro, nr_bits, nr_bits);
47 gen_bit(int bitsize, int msb, const char *macro, int nr_bits) argument
83 gen_enum(const char *macro, int nr_bits) argument
100 gen_mask(int bitsize, const char *msb, const char *macro, int nr_bits) argument
[all...]
H A Dalu-tst.c51 print_hex (unsigned64 val, int nr_bits) argument
53 switch (nr_bits)
H A Dbits-tst.c165 check_sext (int nr_bits, argument
173 for (col = 0; col < nr_bits; col ++)
177 0, (msb_nr ? nr_bits - col - 1 : col));
214 msmasked, 0, (msb_nr ? nr_bits - col - 1 : col));
224 check_rot (int nr_bits, argument
231 for (row = 0; row < nr_bits; row++)
232 for (col = 0; col < nr_bits; col++)
238 for (shift = -nr_bits + 1; shift < nr_bits; shift ++)
244 || (shift != 0 && rot == mask && abs(row - col) != (nr_bits
260 check_extract(int nr_bits, const char *extracted, const char *inserted, const char *masked) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dbits-gen.c51 int nr_bits)
56 printf ("test_tuples %s_tuples[%d] = {\n", macro, nr_bits);
57 for (i = 0; i < nr_bits; i++)
62 bit <<= nr_bits - i - 1;
77 macro, macro, nr_bits, macro);
84 int nr_bits)
90 for (i = 0; i < nr_bits; i++)
103 int nr_bits)
108 printf ("test_tuples %s_tuples[%d][%d] = {\n", macro, nr_bits, nr_bits);
48 gen_bit(int bitsize, int msb, const char *macro, int nr_bits) argument
83 gen_enum(const char *macro, int nr_bits) argument
100 gen_mask(int bitsize, const char *msb, const char *macro, int nr_bits) argument
[all...]
H A Dalu-tst.c54 print_hex (uint64_t val, int nr_bits) argument
56 switch (nr_bits)
H A Dbits-tst.c165 check_sext (int nr_bits, argument
173 for (col = 0; col < nr_bits; col ++)
177 0, (msb_nr ? nr_bits - col - 1 : col));
208 msmasked, 0, (msb_nr ? nr_bits - col - 1 : col));
218 check_rot (int nr_bits, argument
225 for (row = 0; row < nr_bits; row++)
226 for (col = 0; col < nr_bits; col++)
232 for (shift = -nr_bits + 1; shift < nr_bits; shift ++)
238 || (shift != 0 && rot == mask && abs(row - col) != (nr_bits
252 check_extract(int nr_bits, const char *extracted, const char *inserted, const char *masked) argument
[all...]
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dxen.h990 uint32_t nr_bits; member in struct:xenctl_bitmap
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_fma.c1005 } else { // C1.w[1] != 0 => nr. bits = 64 + nr_bits (C1.w[1])
1038 } else { // C2.w[1] != 0 => nr. bits = 64 + nr_bits (C2.w[1])
1072 } else { // C3.w[1] != 0 => nr. bits = 64 + nr_bits (C3.w[1])
4128 int nr_bits; local
4223 nr_bits =
4227 nr_bits =
4232 nr_bits =
4235 } else { // C.w[1] != 0 => nr. bits = 64 + nr_bits (C.w[1])
4237 nr_bits =
4240 q = nr_digits[nr_bits
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_fma.c1005 } else { // C1.w[1] != 0 => nr. bits = 64 + nr_bits (C1.w[1])
1038 } else { // C2.w[1] != 0 => nr. bits = 64 + nr_bits (C2.w[1])
1072 } else { // C3.w[1] != 0 => nr. bits = 64 + nr_bits (C3.w[1])
4128 int nr_bits; local
4223 nr_bits =
4227 nr_bits =
4232 nr_bits =
4235 } else { // C.w[1] != 0 => nr. bits = 64 + nr_bits (C.w[1])
4237 nr_bits =
4240 q = nr_digits[nr_bits
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.c5598 append_flags_type_field (struct type *type, int start_bitpos, int nr_bits,
5607 gdb_assert (nr_bits >= 1 && nr_bits <= type_bitsize);
5613 TYPE_FIELD_BITSIZE (type, field_nr) = nr_bits;
5591 append_flags_type_field(struct type *type, int start_bitpos, int nr_bits, struct type *field_type, const char *name) argument
H A Dgdbtypes.h2093 int start_bitpos, int nr_bits,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c5961 append_flags_type_field (struct type *type, int start_bitpos, int nr_bits,
5970 gdb_assert (nr_bits >= 1 && (start_bitpos + nr_bits) <= type_bitsize);
5977 TYPE_FIELD_BITSIZE (type, field_nr) = nr_bits;
5954 append_flags_type_field(struct type *type, int start_bitpos, int nr_bits, struct type *field_type, const char *name) argument
H A Dgdbtypes.h2495 int start_bitpos, int nr_bits,

Completed in 375 milliseconds