Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c475 #define HAVE_32BIT_ADDRESSES (!HAVE_64BIT_ADDRESSES) macro
480 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)
487 (HAVE_32BIT_ADDRESSES ? "addu" : "daddu")
490 (HAVE_32BIT_ADDRESSES ? "addiu" : "daddiu")
493 (HAVE_32BIT_ADDRESSES ? "lw" : "ld")
496 (HAVE_32BIT_ADDRESSES ? "sw" : "sd")
7684 if (((ex->X_op == O_constant && HAVE_32BIT_ADDRESSES) in normalize_address_expr()
11665 if (HAVE_32BIT_ADDRESSES in macro()
12324 if (HAVE_32BIT_ADDRESSES in macro()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-0001480 * config/tc-mips.c (HAVE_32BIT_ADDRESSES): If compiling embedded
888 (HAVE_32BIT_ADDRESSES): Don't return true for 64bit objects.
889 (HAVE_64BIT_ADDRESSES): New define, inverse of HAVE_32BIT_ADDRESSES.
1687 (HAVE_32BIT_ADDRESSES): New macro.
1689 (load_address): Use HAVE_32BIT_ADDRESSES to determine the address size.
1693 the width registers used in M_LI_DD macros. Use HAVE_32BIT_ADDRESSES
1697 Use HAVE_32BIT_ADDRESSES to determine the width of addresses in
DChangeLog-20053472 (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
3473 (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
DChangeLog-20041913 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
DChangeLog-02035617 of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
5665 Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.