Home
last modified time | relevance | path

Searched refs:bit_position (Results 1 – 25 of 26) sorted by relevance

12

/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c117 u_int32_t bit_position, in ar9300_mci_wait_for_interrupt() argument
125 if (data & bit_position) { in ar9300_mci_wait_for_interrupt()
126 OS_REG_WRITE(ah, address, bit_position); in ar9300_mci_wait_for_interrupt()
128 if (bit_position & AR_MCI_INTERRUPT_RX_MSG_REQ_WAKE) { in ar9300_mci_wait_for_interrupt()
131 if (bit_position & (AR_MCI_INTERRUPT_RX_MSG_SYS_SLEEPING | in ar9300_mci_wait_for_interrupt()
152 __func__, address, bit_position); in ar9300_mci_wait_for_interrupt()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsdbout.c1035 && host_integerp (bit_position (tail), 0)) in sdbout_field_types()
1214 && host_integerp (bit_position (tem), 0)) in sdbout_one_type()
H A Dc-typeck.c7424 bitpos = bit_position (purpose); in add_pending_init()
7428 if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in add_pending_init()
7756 tree bitpos = bit_position (field); in find_init_member()
7761 bit_position (constructor_unfilled_fields)))) in find_init_member()
7769 else if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in find_init_member()
7948 bitpos = bit_position (field); in output_init_element()
7949 unfillpos = bit_position (constructor_unfilled_fields); in output_init_element()
8087 ctor_unfilled_bitpos = bit_position (constructor_unfilled_fields); in output_pending_init_elements()
8088 elt_bitpos = bit_position (elt->purpose); in output_pending_init_elements()
8126 bit_position (elt->purpose)))) in output_pending_init_elements()
[all …]
H A Dtree-dump.c532 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
H A Dstor-layout.c1596 || ! host_integerp (bit_position (field), 1) in compute_record_mode()
H A Ddbxout.c1524 && (! host_integerp (bit_position (tem), 0) in dbxout_type_fields()
H A Dtree-sra.c705 if (!host_integerp (bit_position (fld), 0)) in type_internals_preclude_sra_p()
H A Dtree.c2358 bit_position (const_tree field) in bit_position() function
2371 return tree_low_cst (bit_position (field), 0); in int_bit_position()
H A Dtree.h4778 extern tree bit_position (const_tree);
H A Ddwarf2out.c14104 if (TREE_CODE (bit_position (decl)) != INTEGER_CST) in field_byte_offset()
14107 bitpos_int = tree_to_double_int (bit_position (decl)); in field_byte_offset()
15831 if (! host_integerp (bit_position (decl), 0) in add_bit_offset_attribute()
H A Dexpr.c5823 && host_integerp (bit_position (field), 0)) in store_constructor()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-dump.c520 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
H A Dtree-vectorizer.c1069 offset_tree = bit_position (field); in get_vec_alignment_for_record_type()
H A Dtree-ssa-phiopt.c2409 tree_offset1 = bit_position (field1); in hoist_adjacent_loads()
2410 tree_offset2 = bit_position (field2); in hoist_adjacent_loads()
H A Dtree-sra.c761 if (!tree_fits_shwi_p (bit_position (fld))) in type_internals_preclude_sra_p()
1885 tr_pos = bit_position (fld); in build_user_friendly_ref_for_offset()
H A Ddbxout.c1558 && (! tree_fits_shwi_p (bit_position (tem)) in dbxout_type_fields()
H A Dstor-layout.c1828 || ! tree_fits_uhwi_p (bit_position (field)) in compute_record_mode()
H A Dtree.h4408 extern tree bit_position (const_tree);
H A Ddwarf2out.c19140 bitpos_int = wi::to_offset (bit_position (decl)); in field_byte_offset()
19427 tree off = bit_position (decl); in add_data_member_location_attribute()
21151 if (! tree_fits_shwi_p (bit_position (decl)) in add_bit_offset_attribute()
H A Dtree.c3207 bit_position (const_tree field) in bit_position() function
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c8721 bitpos = bit_position (purpose); in add_pending_init()
8725 if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in add_pending_init()
9058 tree bitpos = bit_position (field); in find_init_member()
9063 bit_position (constructor_unfilled_fields)))) in find_init_member()
9071 else if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in find_init_member()
9260 bitpos = bit_position (field); in output_init_element()
9261 unfillpos = bit_position (constructor_unfilled_fields); in output_init_element()
9329 tree bitpos1 = bit_position (field1); in init_field_decl_cmp()
9330 tree bitpos2 = bit_position (field2); in init_field_decl_cmp()
9366 if (!tree_int_cst_equal (bit_position (f1), bitpos1)) in init_field_decl_cmp()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dinit.c201 tree bitpos = bit_position (field); in build_zero_init_1()
H A Dsemantics.c6981 tree bitpos = bit_position (field); in cxx_eval_bit_field_ref()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dinit.c208 tree bitpos = bit_position (field); in build_zero_init_1()
H A Dconstexpr.c2641 tree bitpos = bit_position (field); in cxx_eval_bit_field_ref()

12