Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c413 #define HAVE_32BIT_ADDRESSES (!HAVE_64BIT_ADDRESSES) macro
418 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)
425 (HAVE_32BIT_ADDRESSES ? "addu" : "daddu")
428 (HAVE_32BIT_ADDRESSES ? "addiu" : "daddiu")
431 (HAVE_32BIT_ADDRESSES ? "lw" : "ld")
434 (HAVE_32BIT_ADDRESSES ? "sw" : "sd")
3727 if (((ex->X_op == O_constant && HAVE_32BIT_ADDRESSES) in normalize_address_expr()
6290 if (HAVE_32BIT_ADDRESSES in macro()
6882 if (HAVE_32BIT_ADDRESSES in macro()
7117 assert (HAVE_32BIT_ADDRESSES); in macro()
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-0001490 * config/tc-mips.c (HAVE_32BIT_ADDRESSES): If compiling embedded
898 (HAVE_32BIT_ADDRESSES): Don't return true for 64bit objects.
899 (HAVE_64BIT_ADDRESSES): New define, inverse of HAVE_32BIT_ADDRESSES.
1697 (HAVE_32BIT_ADDRESSES): New macro.
1699 (load_address): Use HAVE_32BIT_ADDRESSES to determine the address size.
1703 the width registers used in M_LI_DD macros. Use HAVE_32BIT_ADDRESSES
1707 Use HAVE_32BIT_ADDRESSES to determine the width of addresses in
DChangeLog-02035625 of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
5673 Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.