Searched refs:arith_double_operand (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.h1447 : (C) == 'H' ? arith_double_operand (VALUE, DImode) \
3213 {"arith_double_operand", {SUBREG, REG, CONST_INT, CONST_DOUBLE}}, \
3259 extern int arith_double_operand ();
H A Dsparc.c923 arith_double_operand (op, mode)
963 return arith_double_operand (op, mode) || arith_double_4096_operand (op, mode);
2284 else if (arith_double_operand (src, GET_MODE (src)))
2302 && arith_double_operand (XEXP (src, 0), DImode)
2303 && arith_double_operand (XEXP (src, 1), DImode)
919 arith_double_operand (op, mode) function
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c455 arith_double_operand (op, mode)
454 arith_double_operand (op, mode) function
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c3589 && arith_double_operand (src, GET_MODE (src))
3615 && arith_double_operand (XEXP (src, 1), DImode))

Completed in 270 milliseconds