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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm-protos.h52 extern int const_ok_for_arm (HOST_WIDE_INT);
H A Darm.c1607 const_ok_for_arm (HOST_WIDE_INT i)
1645 if (const_ok_for_arm (i))
1651 return const_ok_for_arm (ARM_SIGN_EXTEND (-i));
1659 return const_ok_for_arm (ARM_SIGN_EXTEND (~i));
1882 if (const_ok_for_arm (val))
1900 if (const_ok_for_arm (val)
1901 || (can_negate_initial && const_ok_for_arm (-val))
1902 || (can_invert && const_ok_for_arm (~val)))
1956 if (const_ok_for_arm
1975 if (const_ok_for_arm (~temp
1602 const_ok_for_arm (HOST_WIDE_INT i) function
[all...]
H A Darm.h2165 && ! (const_ok_for_arm (INTVAL (OP1)) \
2166 || (const_ok_for_arm (- INTVAL (OP1))))) \

Completed in 77 milliseconds