Searched refs:ANY_FP_REG_P (Results 1 – 5 of 5) sorted by relevance
1236 #define ANY_FP_REG_P(X) (REG_P (X) && ANY_FP_REGNO_P (REGNO (X))) macro
2715 && ! (ANY_FP_REG_P (operands[0]) ||2717 && ANY_FP_REG_P (SUBREG_REG (operands[0]))))2718 && ! (ANY_FP_REG_P (operands[1]) ||2720 && ANY_FP_REG_P (SUBREG_REG (operands[1]))))"2782 && !ANY_FP_REG_P (operands[1])"2878 && ! (ANY_FP_REG_P (operands[0]) ||2880 && ANY_FP_REG_P (SUBREG_REG (operands[0]))))2881 && ! (ANY_FP_REG_P (operands[1]) ||2883 && ANY_FP_REG_P (SUBREG_REG (operands[1]))))"
7925 if (! ANY_FP_REG_P (x)) in print_reg()
29784 (ANY_FP_REG_P, ANY_FP_REGNO_P, SSE_REG_P, SSE_FLOAT_MODE): New macros.
7999 FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.