Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/s390/
Ds390.h274 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X))) macro
Ds390.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])
Ds390.c1109 if (FP_REG_P (src) || FP_REG_P (dst)) in s390_split_ok_p()
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.h1367 #define FP_REG_P(REGNO) \ macro
1392 #define FP_REG_RTX_P(X) (REG_P (X) && FP_REG_P (REGNO (X)))
Dpredicates.md82 (match_test "FP_REG_P (REGNO (op))")))
Dmips.c2779 if (FP_REG_P (REGNO (op))) in mips_subword()
2904 if (FP_REG_P (REGNO (dest))) in mips_output_move()
2933 if (FP_REG_P (REGNO (src))) in mips_output_move()
2971 if (src_code == REG && FP_REG_P (REGNO (src))) in mips_output_move()
2973 if (dest_code == REG && FP_REG_P (REGNO (dest))) in mips_output_move()
2984 if (dest_code == REG && FP_REG_P (REGNO (dest))) in mips_output_move()
5040 || FP_REG_P (regno)); in override_options()
5046 else if (FP_REG_P (regno)) in override_options()
7785 else if (FP_REG_P (regno)) in mips_secondary_reload_class()
9695 else if (! FP_REG_P (regno)) in mips_hard_regno_nregs()
/freebsd-12-stable/contrib/gcc/config/sparc/
Dsparc.h1822 #define FP_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FP_P (REGNO (X))) macro
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h1234 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X))) macro
Di386.md2908 else if (FP_REG_P (r))
/freebsd-12-stable/contrib/gcc/
Dreg-stack.c424 if (FP_REG_P (subreg = SUBREG_REG (*pat))) in get_true_reg()
DChangeLog-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.
DFSFChangeLog.104537 * mips.h (HARD_REGNO_NREGS): If FP_REG_P, always use UNITS_PER_FPREG
DChangeLog-19981306 REGNO_OK_FOR_INDEX_P, FP_REG_P, REG_OK_FOR_INDEX_P,
DChangeLog-200024206 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
/freebsd-12-stable/contrib/gcc/doc/
Dmd.texi5811 "FP_REG_P (operands[0]) && ! FP_REG_P (operands[1])"