Lines Matching defs:bits
46 int bits;
47 if (((bits = 8 * dwarf_bytesize (die)) < 0
48 && (bits = dwarf_bitsize (die)) < 0)
49 || bits % 8 != 0)
52 *sizep = bits / 8;
153 neither is more than FLEN bits wide. A struct containing just one
158 provided the floating-point real is no more than FLEN bits wide and
159 the integer is no more than XLEN bits wide. */
163 /* Aggregates larger than 2*XLEN bits are passed by reference. */
166 /* Aggregates whose total size is no more than XLEN bits are passed in
167 a register. Aggregates whose total size is no more than 2*XLEN bits
200 /* Scalars that are at most XLEN bits wide are passed in a single
201 argument register. Scalars that are 2*XLEN bits wide are
208 argument register if it is no more than FLEN bits wide,