Searched refs:bignum (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Docta.d2 #name: octa bignum
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dlui-1.l4 .*\.s:7: Error: bignum invalid
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dbignums.s16 # Check that on 64-bit hosts real bignum values also work.
21 # Also check a ridiculously long bignum value.
H A Dbignums.d2 #name: bignum byte values
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dmovi.s113 movi v0.2d, bignum
115 .set bignum, 0xffffffffffffffff
/haiku-buildtools/legacy/gcc/gcc/f/
H A Ddata.c1206 char bignum[40];
1208 sprintf (&bignum[0], "%ld", (long) ffedata_storage_size_);
1213 ffebad_string (bignum);
1583 char bignum[40];
1585 sprintf (&bignum[0], "%ld", (long) ffedata_storage_size_);
1590 ffebad_string (bignum);
1720 char bignum[40];
1722 sprintf (&bignum[0], "%ld", (long) ffedata_symbolsize_);
1727 ffebad_string (bignum);
1205 char bignum[40]; local
1582 char bignum[40]; local
1719 char bignum[40]; local
/haiku-buildtools/legacy/binutils/gas/
H A Dread.c3377 as_bad (_("bignum invalid"));
3690 /* Handle a negative bignum. */
3701 /* Negate the bignum: one's complement each digit and add 1. */
3767 pass to md_number_to_chars, handle it as a bignum. */
3829 as_warn (_("bignum truncated to %d bytes"), nbytes);
4192 hex constant, but if we get a bignum it's a pain to sort it into
4463 output_big_sleb128 (char *p, LITTLENUM_TYPE *bignum, int size)
4470 /* Strip leading sign extensions off the bignum. */
4472 && bignum[size - 1] == LITTLENUM_MASK
4473 && bignum[siz
4453 output_big_sleb128(char *p, LITTLENUM_TYPE *bignum, int size) argument
4508 output_big_uleb128(char *p, LITTLENUM_TYPE *bignum, int size) argument
4547 output_big_leb128(char *p, LITTLENUM_TYPE *bignum, int size, int sign) argument
[all...]
H A DMakefile.am198 bignum.h \
501 as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
/haiku-buildtools/binutils/gas/
H A Dread.c3811 as_bad (_("bignum invalid"));
4287 /* Handle a negative bignum. */
4298 /* Negate the bignum: one's complement each digit and add 1. */
4384 pass to md_number_to_chars, handle it as a bignum. */
4485 as_warn (_("bignum truncated to %d bytes"), nbytes);
4873 hex constant, but if we get a bignum it's a pain to sort it into
5179 output_big_sleb128 (char *p, LITTLENUM_TYPE *bignum, unsigned int size)
5186 /* Strip leading sign extensions off the bignum. */
5188 && bignum[size - 1] == LITTLENUM_MASK
5189 && bignum[siz
5169 output_big_sleb128(char *p, LITTLENUM_TYPE *bignum, unsigned int size) argument
5224 output_big_uleb128(char *p, LITTLENUM_TYPE *bignum, unsigned int size) argument
5263 output_big_leb128(char *p, LITTLENUM_TYPE *bignum, unsigned int size, int sign) argument
[all...]
H A DMakefile.am101 bignum.h \
H A DMakefile.in397 bignum.h \
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-s390.c821 LITTLENUM_TYPE bignum[4]; /* used if X_op == O_big && X_add_number > 0 */ member in struct:s390_lpe
951 if (memcmp (generic_bignum, lpe->bignum,
987 memcpy (lpe->bignum, generic_bignum,
1756 memcpy (generic_bignum, lpe->bignum,
/haiku-buildtools/binutils/gas/config/
H A Dtc-s390.c907 LITTLENUM_TYPE bignum[4]; /* used if X_op == O_big && X_add_number > 0 */ member in struct:s390_lpe
1033 if (memcmp (generic_bignum, lpe->bignum,
1069 memcpy (lpe->bignum, generic_bignum,
1884 memcpy (generic_bignum, lpe->bignum,
H A Dtc-aarch64.c471 /* If exp.op == O_big then this bignum holds a copy of the global bignum value. */ member in struct:literal_expression
472 LITTLENUM_TYPE * bignum;
1732 pool->literals[entry].bignum = XNEWVEC (LITTLENUM_TYPE,
1734 memcpy (pool->literals[entry].bignum, generic_bignum,
1738 pool->literals[entry].bignum = NULL;
1837 /* PR 16688: Restore the global bignum value. */
1838 gas_assert (pool->literals[entry].bignum != NULL);
1839 memcpy (generic_bignum, pool->literals[entry].bignum,
1848 free (pool->literals[entry].bignum);
[all...]
/haiku-buildtools/gcc/gcc/ada/
H A DMakefile.rtl491 s-bignum$(objext) \
/haiku-buildtools/gcc/gmp/
H A Dconfigure8960 static long long int bignum = -9223372036854775807LL;
9058 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'

Completed in 210 milliseconds