Searched refs:bit_off (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | value.c | 2636 unsigned bit_off = 0, bit_size = 0; in value_as_mpz() local 2646 bit_off = type->bit_offset (); in value_as_mpz() 2648 unsigned n_bytes = ((bit_off % 8) + bit_size + 7) / 8; in value_as_mpz() 2649 valbytes = valbytes.slice (bit_off / 8, n_bytes); in value_as_mpz() 2652 bit_off = (n_bytes * 8 - bit_off % 8 - bit_size); in value_as_mpz() 2654 bit_off %= 8; in value_as_mpz() 2660 if (bit_off != 0) in value_as_mpz() 2661 result >>= bit_off; in value_as_mpz() 2824 unsigned bit_off = type->bit_offset (); in unpack_long() local 2833 result = unpack_bits_as_long (type, valaddr, bit_off, bit_size); in unpack_long() [all …]
|
| D | gdbtypes.c | 5364 unsigned bit_off = type->bit_offset (); in recursive_dump_type() local 5366 bit_size, bit_off); in recursive_dump_type()
|
| D | ada-lang.c | 2555 int bits, elt_off, bit_off; in value_subscript_packed() local 2592 bit_off = elt_total_bit_offset % HOST_CHAR_BIT; in value_subscript_packed() 2594 v = ada_value_primitive_packed_val (arr, NULL, elt_off, bit_off, in value_subscript_packed()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-ssa-store-merging.cc | 4903 poly_offset_int bit_off = byte_off << LOG2_BITS_PER_UNIT; in adjust_bit_pos() local 4904 bit_off += *pbitpos; in adjust_bit_pos() 4906 if (known_ge (bit_off, 0) && bit_off.to_shwi (pbitpos)) in adjust_bit_pos() 4910 bit_off = byte_off << LOG2_BITS_PER_UNIT; in adjust_bit_pos() 4911 bit_off += *pbitregion_start; in adjust_bit_pos() 4912 if (bit_off.to_uhwi (pbitregion_start)) in adjust_bit_pos() 4914 bit_off = byte_off << LOG2_BITS_PER_UNIT; in adjust_bit_pos() 4915 bit_off += *pbitregion_end; in adjust_bit_pos() 4916 if (!bit_off.to_uhwi (pbitregion_end)) in adjust_bit_pos()
|