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

/freebsd-10.2-release/contrib/gcc/config/arm/
H A Darm.c1651 return const_ok_for_arm (ARM_SIGN_EXTEND (-i));
1659 return const_ok_for_arm (ARM_SIGN_EXTEND (~i));
1817 GEN_INT (ARM_SIGN_EXTEND (val))));
1957 (temp1 = ARM_SIGN_EXTEND (remainder
1997 temp1 = ARM_SIGN_EXTEND ((remainder + (0x00800000 >> topshift))
2007 temp2 = ARM_SIGN_EXTEND (temp1 - remainder);
2097 if (const_ok_for_arm (ARM_SIGN_EXTEND (~val)))
2168 if (const_ok_for_arm (temp1 = ARM_SIGN_EXTEND (~val)))
11075 val = ARM_SIGN_EXTEND (~INTVAL (x));
H A Darm.h2286 #define ARM_SIGN_EXTEND(x) ((HOST_WIDE_INT) \
2271 #define ARM_SIGN_EXTEND macro

Completed in 63 milliseconds