Home
last modified time | relevance | path

Searched refs:FP_REG_P (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/gcc/config/s390/
HDs390.h274 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X))) macro
HDs390.md883 && !FP_REG_P (operands[0])"
1038 && !FP_REG_P (operands[0])
1064 && !FP_REG_P (operands[0])
1138 && !FP_REG_P (operands[0])"
1198 "!FP_REG_P (operands[0])
1499 && !FP_REG_P (operands[0])
1514 && FP_REG_P (operands[0])"
1528 && FP_REG_P (operands[1])"
1650 && !FP_REG_P (operands[0])
HDs390.c1109 if (FP_REG_P (src) || FP_REG_P (dst)) in s390_split_ok_p()
/NextBSD/contrib/gcc/config/mips/
HDmips.h1364 #define FP_REG_P(REGNO) \ macro
1389 #define FP_REG_RTX_P(X) (REG_P (X) && FP_REG_P (REGNO (X)))
HDpredicates.md82 (match_test "FP_REG_P (REGNO (op))")))
HDmips.c2778 if (FP_REG_P (REGNO (op))) in mips_subword()
2903 if (FP_REG_P (REGNO (dest))) in mips_output_move()
2932 if (FP_REG_P (REGNO (src))) in mips_output_move()
2970 if (src_code == REG && FP_REG_P (REGNO (src))) in mips_output_move()
2972 if (dest_code == REG && FP_REG_P (REGNO (dest))) in mips_output_move()
2983 if (dest_code == REG && FP_REG_P (REGNO (dest))) in mips_output_move()
5039 || FP_REG_P (regno)); in override_options()
5045 else if (FP_REG_P (regno)) in override_options()
7784 else if (FP_REG_P (regno)) in mips_secondary_reload_class()
9694 else if (! FP_REG_P (regno)) in mips_hard_regno_nregs()
/NextBSD/contrib/gcc/config/sparc/
HDsparc.h1822 #define FP_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FP_P (REGNO (X))) macro
/NextBSD/contrib/gcc/config/i386/
HDi386.h1234 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X))) macro
HDi386.md2908 else if (FP_REG_P (r))
/NextBSD/contrib/gcc/
HDreg-stack.c424 if (FP_REG_P (subreg = SUBREG_REG (*pat))) in get_true_reg()
HDChangeLog-20024062 * config/s390/s390.md ("movdi"): Replace fp_operand by FP_REG_P.
4074 (GENERAL_REG_P, ADDR_REG_P, FP_REG_P, CC_REG_P): New macros.
4076 (DATA_REG_P, FP_REG_P, ADDRESS_REG_P): Likewise.
7999 FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.
HDFSFChangeLog.104537 * mips.h (HARD_REGNO_NREGS): If FP_REG_P, always use UNITS_PER_FPREG
HDChangeLog-19981306 REGNO_OK_FOR_INDEX_P, FP_REG_P, REG_OK_FOR_INDEX_P,
HDChangeLog-200024206 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
/NextBSD/contrib/gcc/doc/
HDmd.texi5811 "FP_REG_P (operands[0]) && ! FP_REG_P (operands[1])"