Home
last modified time | relevance | path

Searched refs:int_bit_position (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/gcc/
HDsdbout.c1210 PUT_SDB_INT_VAL (int_bit_position (tem)); in sdbout_one_type()
1217 PUT_SDB_INT_VAL (int_bit_position (tem) / BITS_PER_UNIT); in sdbout_one_type()
HDdbxout.c1457 stabstr_D (int_bit_position (tem)); in dbxout_type_fields()
HDvarasm.c4364 HOST_WIDE_INT next_offset = int_bit_position (field); in output_constructor()
4464 shift = next_offset - int_bit_position (field); in output_constructor()
HDtree.h3965 extern HOST_WIDE_INT int_bit_position (tree);
HDdwarf2out.c9655 bitpos_int = int_bit_position (decl); in field_byte_offset()
10907 bitpos_int = int_bit_position (decl); in add_bit_offset_attribute()
HDtree.c1838 int_bit_position (tree field) in int_bit_position() function
HDChangeLog-200024198 int_bit_position.
24213 as is BITPOS variable; use host_integerp and int_bit_position.
24500 use tree_low_cst and int_bit_position.
25080 tree_low_cst and int_bit_position; also minor cleanup.
25091 Use host_integerp, tree_low_cst, and int_bit_position.
25106 (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
25107 * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
25111 and int_bit_position.
25114 (build_ivar_list_initializer): Use int_bit_position.
25117 (encode_bitfield): Use tree_low_cst and int_bit_position.
HDexpr.c4978 bitpos = int_bit_position (field); in store_constructor()
HDChangeLog-200522795 * tree.c (int_bit_position, int_byte_position, tree_low_cst,
/trueos/contrib/gcc/config/mips/
HDmips.c3889 && int_bit_position (field) % BITS_PER_WORD == 0) in function_arg()
3913 && int_bit_position (field) >= bitpos) in function_arg()
3917 && int_bit_position (field) == bitpos in function_arg()
/trueos/contrib/gcc/config/sparc/
HDsparc.c4674 bitpos += int_bit_position (field); in function_arg_record_value_1()
4822 bitpos += int_bit_position (field); in function_arg_record_value_2()
/trueos/contrib/gcc/config/i386/
HDi386.c3350 for (i = (int_bit_position (field) + (bit_offset % 64)) / 8 / 8; in classify_argument()
3351 i < ((int_bit_position (field) + (bit_offset % 64)) in classify_argument()
3362 (int_bit_position (field) in classify_argument()
3369 (int_bit_position (field) + (bit_offset % 64)) / 8 / 8; in classify_argument()
/trueos/contrib/gcc/config/rs6000/
HDrs6000.c4664 bitpos += int_bit_position (f); in rs6000_darwin64_record_arg_advance_recurse()
5035 bitpos += int_bit_position (f); in rs6000_darwin64_record_arg_recurse()