Home
last modified time | relevance | path

Searched refs:FP_OR_XD_REGISTER_P (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.h668 #define FP_OR_XD_REGISTER_P(REGNO) \ macro
H A Dsh.md5780 && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))
5781 && FP_OR_XD_REGISTER_P (true_regnum (operands[1]))"
5798 && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))
5823 && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))"
5890 && FP_OR_XD_REGISTER_P (true_regnum (operands[1]))"
10918 && FP_OR_XD_REGISTER_P (REGNO (operands[2])))
10920 && FP_OR_XD_REGISTER_P (REGNO (SUBREG_REG (operands[2])))))
10932 && FP_OR_XD_REGISTER_P (REGNO (operands[2])))
10934 && FP_OR_XD_REGISTER_P (REGNO (SUBREG_REG (operands[2])))))
H A Dsh.c6846 && ! TARGET_FPU_SINGLE && FP_OR_XD_REGISTER_P (rn)) in push()
6872 && ! TARGET_FPU_SINGLE && FP_OR_XD_REGISTER_P (rn)) in pop()
/netbsd/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h668 #define FP_OR_XD_REGISTER_P(REGNO) \ macro
H A Dsh.md5780 && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))
5781 && FP_OR_XD_REGISTER_P (true_regnum (operands[1]))"
5798 && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))
5823 && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))"
5890 && FP_OR_XD_REGISTER_P (true_regnum (operands[1]))"
10918 && FP_OR_XD_REGISTER_P (REGNO (operands[2])))
10920 && FP_OR_XD_REGISTER_P (REGNO (SUBREG_REG (operands[2])))))
10932 && FP_OR_XD_REGISTER_P (REGNO (operands[2])))
10934 && FP_OR_XD_REGISTER_P (REGNO (SUBREG_REG (operands[2])))))
H A Dsh.c6846 && ! TARGET_FPU_SINGLE && FP_OR_XD_REGISTER_P (rn)) in push()
6872 && ! TARGET_FPU_SINGLE && FP_OR_XD_REGISTER_P (rn)) in pop()
H A Dsh.cc6846 && ! TARGET_FPU_SINGLE && FP_OR_XD_REGISTER_P (rn)) in push()
6872 && ! TARGET_FPU_SINGLE && FP_OR_XD_REGISTER_P (rn)) in pop()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20002957 FP_OR_XD_REGISTER_P, FP_ANY_REGISTER_P): New macros. Use them
H A DChangeLog-200130319 FP_OR_XD_REGISTER_P.