Searched refs:FP_REG_P (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | s390.h | 274 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X))) macro
|
| D | s390.md | 883 && !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])
|
| D | s390.c | 1109 if (FP_REG_P (src) || FP_REG_P (dst)) in s390_split_ok_p()
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | mips.h | 1367 #define FP_REG_P(REGNO) \ macro 1392 #define FP_REG_RTX_P(X) (REG_P (X) && FP_REG_P (REGNO (X)))
|
| D | predicates.md | 82 (match_test "FP_REG_P (REGNO (op))")))
|
| D | mips.c | 2779 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/ |
| D | sparc.h | 1822 #define FP_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FP_P (REGNO (X))) macro
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.h | 1234 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X))) macro
|
| D | i386.md | 2908 else if (FP_REG_P (r))
|
| /freebsd-12-stable/contrib/gcc/ |
| D | reg-stack.c | 424 if (FP_REG_P (subreg = SUBREG_REG (*pat))) in get_true_reg()
|
| D | ChangeLog-2002 | 4062 * 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.
|
| D | FSFChangeLog.10 | 4537 * mips.h (HARD_REGNO_NREGS): If FP_REG_P, always use UNITS_PER_FPREG
|
| D | ChangeLog-1998 | 1306 REGNO_OK_FOR_INDEX_P, FP_REG_P, REG_OK_FOR_INDEX_P,
|
| D | ChangeLog-2000 | 24206 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | md.texi | 5811 "FP_REG_P (operands[0]) && ! FP_REG_P (operands[1])"
|