Searched refs:HAVE_32BIT_ADDRESSES (Results 1 – 5 of 5) sorted by relevance
475 #define HAVE_32BIT_ADDRESSES (!HAVE_64BIT_ADDRESSES) macro480 (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()
480 * config/tc-mips.c (HAVE_32BIT_ADDRESSES): If compiling embedded888 (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_ADDRESSES1697 Use HAVE_32BIT_ADDRESSES to determine the width of addresses in
3472 (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.3473 (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
1913 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
5617 of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES5665 Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.