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

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c3647 int sign_index = GET_MODE_BITSIZE (GET_MODE (x)) - 1;
3653 = (nz0 & ((HOST_WIDE_INT) 1 << sign_index));
3655 = (nz1 & ((HOST_WIDE_INT) 1 << sign_index));
3622 int sign_index = GET_MODE_BITSIZE (GET_MODE (x)) - 1; local

Completed in 60 milliseconds