Searched refs:bitoffset (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Dia64-opc.c219 extract_op_bits (int op_pointer, int bitoffset, int bits)
223 op_pointer += (bitoffset / 8);
225 if (bitoffset % 8)
228 int numb = 8 - (bitoffset % 8);
234 bitoffset += bata;
214 extract_op_bits(int op_pointer, int bitoffset, int bits) argument
/haiku-buildtools/binutils/opcodes/
H A Dia64-opc.c218 extract_op_bits (int op_pointer, int bitoffset, int bits)
222 op_pointer += (bitoffset / 8);
224 if (bitoffset % 8)
227 int numb = 8 - (bitoffset % 8);
233 bitoffset += bata;
213 extract_op_bits(int op_pointer, int bitoffset, int bits) argument
/haiku-buildtools/legacy/binutils/binutils/
H A Dcoffgrok.h206 int bitoffset; member in struct:coff_where
H A Dcoffgrok.c213 where->bitoffset = sym->n_value % 8;
H A Dsrconv.c1096 int bits = (symbol->where->offset * 8 + symbol->where->bitoffset);
/haiku-buildtools/binutils/binutils/
H A Dcoffgrok.h202 int bitoffset; member in struct:coff_where
H A Dcoffgrok.c228 where->bitoffset = sym->n_value % 8;
H A Dsrconv.c1064 int bits = (symbol->where->offset * 8 + symbol->where->bitoffset);
/haiku-buildtools/legacy/binutils/include/
H A Dhp-symtab.h887 unsigned int bitoffset; member in struct:dntt_type_field
/haiku-buildtools/binutils/include/
H A Dhp-symtab.h888 unsigned int bitoffset; member in struct:dntt_type_field
/haiku-buildtools/gcc/gcc/
H A Dgimple-fold.c5418 offset_int bitoffset; local
5430 bitoffset = (wi::to_offset (field_offset)
5435 bitoffset_end = bitoffset + wi::to_offset (field_size);
5443 if (wi::cmps (access_end, bitoffset) > 0
5447 offset_int inner_offset = offset_int (offset) - bitoffset;
5453 if (wi::lts_p (offset, bitoffset))
H A Dcfgexpand.c4658 HOST_WIDE_INT bitoffset, bitsize, maxsize; local
4661 &bitoffset, &bitsize, &maxsize);
4667 && (bitoffset % BITS_PER_UNIT) == 0
4672 return plus_constant (mode, base, bitoffset / BITS_PER_UNIT);
H A Dexpr.c4658 HOST_WIDE_INT bitoffset;
4698 bitoffset = (tree_to_uhwi (DECL_FIELD_OFFSET (field))
4701 bitoffset = 0;
4702 bitoffset += (tree_to_uhwi (DECL_FIELD_BIT_OFFSET (field))
4708 if (bitoffset > *bitpos)
4710 HOST_WIDE_INT adjust = bitoffset - *bitpos;
4722 *bitstart = *bitpos - bitoffset;
4646 HOST_WIDE_INT bitoffset; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c15523 HOST_WIDE_INT bitoffset, bitsize;
15528 inner = get_inner_reference (expr, &bitsize, &bitoffset, &var_offset, &mode,
15533 offset += bitoffset / BITS_PER_UNIT;
15455 HOST_WIDE_INT bitoffset, bitsize; local

Completed in 359 milliseconds