Home
last modified time | relevance | path

Searched refs:ANY_FP_REG_P (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/config/i386/
HDi386.h1236 #define ANY_FP_REG_P(X) (REG_P (X) && ANY_FP_REGNO_P (REGNO (X))) macro
HDi386.md2715 && ! (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]))))"
HDi386.c7925 if (! ANY_FP_REG_P (x)) in print_reg()
/trueos/contrib/gcc/
HDChangeLog-200129784 (ANY_FP_REG_P, ANY_FP_REGNO_P, SSE_REG_P, SSE_FLOAT_MODE): New macros.
HDChangeLog-20027999 FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.