Home
last modified time | relevance | path

Searched refs:HAVE_64BIT_ADDRESSES (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c473 #define HAVE_64BIT_ADDRESSES \ macro
475 #define HAVE_32BIT_ADDRESSES (!HAVE_64BIT_ADDRESSES)
1842 return HAVE_64BIT_ADDRESSES ? 8 : 4; in mips_address_bytes()
4180 return HAVE_64BIT_ADDRESSES; in limited_pcrel_reloc_p()
9123 load_register (reg, ep, HAVE_64BIT_ADDRESSES); in load_address()
9435 load_register (tmp, &global, HAVE_64BIT_ADDRESSES); in add_got_offset_hilo()
10410 load_register (tempreg, &offset_expr, HAVE_64BIT_ADDRESSES); in macro()
10660 load_register (AT, &expr1, HAVE_64BIT_ADDRESSES); in macro()
10801 load_register (AT, &expr1, HAVE_64BIT_ADDRESSES); in macro()
10939 load_register (AT, &expr1, HAVE_64BIT_ADDRESSES); in macro()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20053473 (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
3475 (load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
3480 the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
3489 HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
DChangeLog-0001889 (HAVE_64BIT_ADDRESSES): New define, inverse of HAVE_32BIT_ADDRESSES.