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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c1995 int topshift = clear_sign_bit_copies & ~1;
1997 temp1 = ARM_SIGN_EXTEND ((remainder + (0x00800000 >> topshift))
1998 & (0xff000000 >> topshift));
2002 When topshift is 0 we don't need to do anything since we
2004 if (temp1 == 0 && topshift != 0)
2005 temp1 = 0x80000000 >> (topshift - 1);
1990 int topshift = clear_sign_bit_copies & ~1; local

Completed in 153 milliseconds