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

/freebsd-9.3-release/contrib/tzcode/zic/
H A Dprivate.h120 Please use a compiler that supports a 64-bit integer type (or wider);
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dprivate.h162 Please use a compiler that supports a 64-bit integer type (or wider);
/freebsd-9.3-release/contrib/gcc/
H A Dgenmodes.c66 struct mode_data *wider; /* next wider mode */ member in struct:mode_data
67 struct mode_data *wider_2x; /* 2x wider mode */
747 /* "wider" is not meaningful for MODE_RANDOM and MODE_CC.
756 m->wider = void_mode;
778 sortbuf[j]->next = sortbuf[j]->wider = sortbuf[j + 1];
988 m->wider ? m->wider->name : void_mode->name,
1000 m2 = m2->wider)
H A Dexpmed.c665 OP0 is a non-BLKmode object that is no wider than MAXMODE, use its
958 This does not yet handle fields wider than BITS_PER_WORD. */
1425 wider than MAXMODE, use its mode. Otherwise, use the
1491 int wider = (GET_MODE_SIZE (maxmode)
1494 if (wider)
1559 wider than MAXMODE, use its mode. Otherwise, use the
1624 int wider = (GET_MODE_SIZE (maxmode)
1627 if (wider)
3566 /* We can't support modes wider than HOST_BITS_PER_INT. */
3571 /* We can't optimize modes wider tha
1487 int wider = (GET_MODE_SIZE (maxmode) local
1620 int wider = (GET_MODE_SIZE (maxmode) local
[all...]
H A Drtlanal.c3433 /* If X is wider than MODE, use its mode instead. */
3447 /* If MODE is wider than X, but both are a single word for both the host
3450 that on many CISC machines, accessing an object in a wider mode
3756 /* On many CISC machines, accessing an object in a wider mode
3960 register and MODE is wider than the mode of X, we can say nothing
4026 and we are looking at it in a wider mode, we know that at least the
4677 enum machine_mode wider = GET_MODE_WIDER_MODE (i);
4679 if (targetm.mode_rep_extended (i, wider) == SIGN_EXTEND
4686 += GET_MODE_BITSIZE (wider) - GET_MODE_BITSIZE (i);
4651 enum machine_mode wider = GET_MODE_WIDER_MODE (i); local
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY291 move verbose/debug macros out of fil.c and into ip_fil.h (for wider use)

Completed in 804 milliseconds