Searched refs:bit_position (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_mci.c | 117 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()
|
| /NextBSD/contrib/gcc/ |
| HD | sdbout.c | 1030 && host_integerp (bit_position (tail), 0)) in sdbout_field_types() 1202 && host_integerp (bit_position (tem), 0)) in sdbout_one_type()
|
| HD | c-typeck.c | 6113 bitpos = bit_position (purpose); in add_pending_init() 6117 if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in add_pending_init() 6442 tree bitpos = bit_position (field); in find_init_member() 6447 bit_position (constructor_unfilled_fields)))) in find_init_member() 6455 else if (tree_int_cst_lt (bitpos, bit_position (p->purpose))) in find_init_member() 6582 bitpos = bit_position (field); in output_init_element() 6583 unfillpos = bit_position (constructor_unfilled_fields); in output_init_element() 6716 ctor_unfilled_bitpos = bit_position (constructor_unfilled_fields); in output_pending_init_elements() 6717 elt_bitpos = bit_position (elt->purpose); in output_pending_init_elements() 6753 bit_position (elt->purpose)))) in output_pending_init_elements() [all …]
|
| HD | tree-dump.c | 514 dump_child ("bpos", bit_position (t)); in dequeue_and_dump()
|
| HD | stor-layout.c | 1340 || ! host_integerp (bit_position (field), 1) in compute_record_mode()
|
| HD | dbxout.c | 1412 && (! host_integerp (bit_position (tem), 0) in dbxout_type_fields()
|
| HD | tree.c | 1827 bit_position (tree field) in bit_position() function 1840 return tree_low_cst (bit_position (field), 0); in int_bit_position()
|
| HD | tree.h | 3964 extern tree bit_position (tree);
|
| HD | dwarf2out.c | 9652 if (! host_integerp (bit_position (decl), 0)) in field_byte_offset() 10903 if (! host_integerp (bit_position (decl), 0) in add_bit_offset_attribute()
|
| HD | expr.c | 4976 && host_integerp (bit_position (field), 0)) in store_constructor()
|
| HD | ChangeLog-2000 | 23874 * tree.c (bit_position, byte_position): Likewise. 24457 * tree.c (bit_position): Compute from new fields. 25072 (build_unary_op, add_pending_init): Use bit_position. 25079 * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp, 25103 (sdbout_field_types, sdbout_one_type): Likewise; also use 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): 25110 * varasm.c (decode_addr_const): Use host_integerp, bit_position,
|
| HD | ChangeLog-2003 | 22121 * tree.c (bit_position): Likewise.
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog-2000 | 4866 * dump.c (dequeue_and_dump): Don't try to print the bit_position 5125 * dump.c (dequeue_and_dump): Call bit_position. 5352 (get_vfield_offset): Use bit_position. 5359 (finish_struct_1): Use bit_position. 5365 * expr.c (cplus_expand_constant): Use bit_position. 5367 * rtti.c (get_base_offset): Use bit_position. 5371 (build_component_addr): Use bit_position.
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.c | 4673 if (host_integerp (bit_position (field), 1)) in function_arg_record_value_1() 4821 if (host_integerp (bit_position (field), 1)) in function_arg_record_value_2()
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.c | 3888 && host_integerp (bit_position (field), 0) in function_arg()
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 4663 && host_integerp (bit_position (f), 1)) in rs6000_darwin64_record_arg_advance_recurse() 5034 && host_integerp (bit_position (f), 1)) in rs6000_darwin64_record_arg_recurse()
|