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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c74 static int const_ok_for_op (HOST_WIDE_INT, enum rtx_code);
1643 const_ok_for_op (HOST_WIDE_INT i, enum rtx_code code)
4530 && const_ok_for_op (INTVAL (XEXP (x, 1)), code)))
4537 && const_ok_for_op (INTVAL (XEXP (x, 1)), code)))
5819 if (!const_ok_for_op (PLUS, val0) || !const_ok_for_op (PLUS, val1))
1638 const_ok_for_op (HOST_WIDE_INT i, enum rtx_code code) function

Completed in 53 milliseconds