Home
last modified time | relevance | path

Searched refs:VALUE_BITSIZE (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalops.c560 VALUE_BITSIZE (toval), in value_assign()
571 if (VALUE_BITSIZE (toval)) in value_assign()
576 + VALUE_BITSIZE (toval) in value_assign()
587 VALUE_BITPOS (toval), VALUE_BITSIZE (toval)); in value_assign()
658 if (VALUE_BITSIZE (toval)) in value_assign()
673 if (VALUE_BITSIZE (toval)) in value_assign()
676 VALUE_BITPOS (toval), VALUE_BITSIZE (toval)); in value_assign()
732 if ((VALUE_BITSIZE (toval) > 0) in value_assign()
733 && (VALUE_BITSIZE (toval) < 8 * (int) sizeof (LONGEST))) in value_assign()
736 LONGEST valmask = (((ULONGEST) 1) << VALUE_BITSIZE (toval)) - 1; in value_assign()
H A Dvalues.c96 VALUE_BITSIZE (val) = 0; in allocate_value()
224 VALUE_BITSIZE (val) = VALUE_BITSIZE (arg); in value_copy()
904 VALUE_BITSIZE (v) = TYPE_FIELD_BITSIZE (arg_type, fieldno); in value_primitive_field()
H A Dvalue.h222 #define VALUE_BITSIZE(val) (val)->bitsize macro
H A Dvalarith.c239 VALUE_BITSIZE (v) = 1; in value_subscript()
H A Dada-lang.c446 VALUE_BITSIZE (result) = VALUE_BITSIZE (val); in coerce_unspec_val_to_type()
1829 VALUE_BITSIZE (v) = bit_size; in ada_value_primitive_packed_val()
1837 VALUE_BITSIZE (v) = bit_size; in ada_value_primitive_packed_val()
2003 int bits = VALUE_BITSIZE (toval); in ada_value_assign()