Home | History | Annotate | Download | only in gas

Lines Matching full:bignum

85 	as_bad (_("bignum invalid"));
181 Also build any bignum literal here. */
268 /* May be bignum, or may fit in 32 bits. */
273 into a bignum. For decimal and octal numbers we are
277 into 32 bits. We must check that the bignum really is more than
396 as_bad (_("a bignum with underscores may not have more than 8 hex digits in any word"));
398 /* Add this chunk to the bignum.
419 as_bad (_("a bignum with underscores must have exactly 4 words"));
445 /* Number of littlenums in the bignum. */
451 /* We saw a lot of digits. manufacture a bignum the hard way. */
452 LITTLENUM_TYPE *leader; /* -> high order littlenum of the bignum. */
477 /* Room to grow a longer bignum. */
501 /* Number of littlenums in the bignum. */
740 /* Digits, assume it is a bignum. */
1064 /* Extend the bignum to at least the size of .octa. */
1846 as_warn (_("left operand is a bignum; integer 0 assumed"));
1857 as_warn (_("right operand is a bignum; integer 0 assumed"));