Home
last modified time | relevance | path

Searched refs:MODES_TIEABLE_P (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/gcc/config/s390/
HDs390.h369 #define MODES_TIEABLE_P(MODE1, MODE2) \ macro
/NextBSD/contrib/gcc/config/ia64/
HDia64.h675 #define MODES_TIEABLE_P(MODE1, MODE2) \ macro
/NextBSD/contrib/gcc/config/sparc/
HDsparc.h909 #define MODES_TIEABLE_P(MODE1, MODE2) \ macro
/NextBSD/contrib/gcc/config/i386/
HDi386.h961 #define MODES_TIEABLE_P(MODE1, MODE2) ix86_modes_tieable_p (MODE1, MODE2) macro
/NextBSD/contrib/gcc/config/mips/
HDmips.h1421 #define MODES_TIEABLE_P(MODE1, MODE2) \ macro
/NextBSD/contrib/gcc/config/arm/
HDarm.h918 #define MODES_TIEABLE_P(MODE1, MODE2) \ macro
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.h839 #define MODES_TIEABLE_P(MODE1, MODE2) \ macro
/NextBSD/contrib/gcc/
HDlocal-alloc.c1950 || !MODES_TIEABLE_P (GET_MODE (usedreg), GET_MODE (setreg))) in combine_regs()
HDregclass.c1092 && MODES_TIEABLE_P (GET_MODE (recog_data.operand[0]), in scan_one_insn()
HDrtlanal.c3275 if (! MODES_TIEABLE_P (GET_MODE (x), GET_MODE (SUBREG_REG (x)))) in rtx_cost()
HDcombine.c4053 && ! MODES_TIEABLE_P (GET_MODE (to), in subst()
4056 && MODES_TIEABLE_P (GET_MODE (x), in subst()
HDChangeLog-19981310 (MODES_TIEABLE_P): Allow all integer modes, notably DI and SI, to
7501 * i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.
8514 * mn10300.c (MODES_TIEABLE_P): Fix typo.
9252 (MODES_TIEABLE_P): Tie SImode and HImode.
HDChangeLog-20004128 * config/sh/sh.h (MODES_TIEABLE_P): Don't tie SFmode to other FP
7970 (MODES_TIEABLE_P): Don't tie BImode.
11433 (MODES_TIEABLE_P): Use TFmode, not XFmode.
12918 * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
15361 * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
HDChangeLog-19991576 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
17582 (MODES_TIEABLE_P): Define asymmetricly wrt modes illegal in FP regs.
17894 (MODES_TIEABLE_P): Update.
HDChangeLog-200228447 (MODES_TIEABLE_P): All modes are tieable except QImode.
31179 * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
31499 * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
31502 * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
HDChangeLog-200513163 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, REG_CLASS_NAMES)
31693 * config/avr/avr.h (MODES_TIEABLE_P): Define to 1 to allow subreg
32767 * config/i386/i386.h (MODES_TIEABLE_P): Use ix86_modes_tieable_p.
HDChangeLog-20016132 (MODES_TIEABLE_P): Same.
27599 (MODES_TIEABLE_P): QImodes and DImodes are tiable on x86_64.
HDChangeLog-200614263 (MODES_TIEABLE_P): Use TARGET_HARD_FLOAT.
HDChangeLog-200319516 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
23439 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
HDChangeLog-20045468 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, SECONDARY_MEMORY_NEEDED,
/NextBSD/contrib/gcc/doc/
HDtm.texi2038 and @code{MODES_TIEABLE_P}; it is very desirable for all integer modes
2082 @defmac MODES_TIEABLE_P (@var{mode1}, @var{mode2})
2088 any @var{r}, then @code{MODES_TIEABLE_P (@var{mode1}, @var{mode2})}
9166 modes for which @code{MODES_TIEABLE_P} is 0, suboptimal code can result.