Searched refs:int_bit_position (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | sdbout.c | 1210 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()
|
| HD | dbxout.c | 1457 stabstr_D (int_bit_position (tem)); in dbxout_type_fields()
|
| HD | varasm.c | 4364 HOST_WIDE_INT next_offset = int_bit_position (field); in output_constructor() 4464 shift = next_offset - int_bit_position (field); in output_constructor()
|
| HD | tree.h | 3965 extern HOST_WIDE_INT int_bit_position (tree);
|
| HD | dwarf2out.c | 9655 bitpos_int = int_bit_position (decl); in field_byte_offset() 10907 bitpos_int = int_bit_position (decl); in add_bit_offset_attribute()
|
| HD | tree.c | 1838 int_bit_position (tree field) in int_bit_position() function
|
| HD | ChangeLog-2000 | 24198 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.
|
| HD | expr.c | 4978 bitpos = int_bit_position (field); in store_constructor()
|
| HD | ChangeLog-2005 | 22795 * tree.c (int_bit_position, int_byte_position, tree_low_cst,
|
| /trueos/contrib/gcc/config/mips/ |
| HD | mips.c | 3889 && 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/ |
| HD | sparc.c | 4674 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/ |
| HD | i386.c | 3350 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/ |
| HD | rs6000.c | 4664 bitpos += int_bit_position (f); in rs6000_darwin64_record_arg_advance_recurse() 5035 bitpos += int_bit_position (f); in rs6000_darwin64_record_arg_recurse()
|