Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c394 #define HAVE_32BIT_GPRS \ macro
400 #define HAVE_64BIT_GPRS (!HAVE_32BIT_GPRS)
3877 if (HAVE_32BIT_GPRS) in check_absolute_expr()
4002 if (!dbl || HAVE_32BIT_GPRS) in load_register()
4451 macro_build (NULL, HAVE_32BIT_GPRS ? "addu" : "daddu", "d,v,t", in move_register()
4743 && (HAVE_32BIT_GPRS || sizeof (maxnum) > 4)) in macro()
4782 && (HAVE_32BIT_GPRS || sizeof (maxnum) > 4)) in macro()
4815 || (HAVE_32BIT_GPRS in macro()
4905 && (HAVE_32BIT_GPRS || sizeof (maxnum) > 4)) in macro()
4950 || (HAVE_32BIT_GPRS in macro()
[all …]
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-0001416 (HAVE_32BIT_GPRS): Use the new values from mips_opts.
1695 (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): New macros.
1698 (load_register): Use HAVE_32BIT_GPRS to determine the register width.
1701 (macro): Use HAVE_32BIT_GPRS to determine the width of registers
1705 (macro2): Use HAVE_32BIT_GPRS to determine the width of registers
1712 odd FPR numbers if HAVE_32BIT_FPRS. Use HAVE_32BIT_GPRS rather
1714 (macro_build): Use HAVE_32BIT_GPRS rather than mips_gp32 to select
HDChangeLog-02035042 (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): Don't check the ABI.