Home
last modified time | relevance | path

Searched refs:GET_MODE_PRECISION (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dmachmode.h100 #define GET_MODE_PRECISION(MODE) mode_precision[MODE] macro
Dtarghooks.c253 int precision = GET_MODE_PRECISION (mode); in default_scalar_mode_supported_p()
Dstor-layout.c182 if (GET_MODE_PRECISION (mode) == size) in mode_for_size()
217 if (GET_MODE_PRECISION (mode) >= size) in smallest_mode_for_size()
Dexpr.c414 gcc_assert ((GET_MODE_PRECISION (from_mode) in convert_move()
415 != GET_MODE_PRECISION (to_mode)) in convert_move()
419 if (GET_MODE_PRECISION (from_mode) == GET_MODE_PRECISION (to_mode)) in convert_move()
422 else if (GET_MODE_PRECISION (from_mode) < GET_MODE_PRECISION (to_mode)) in convert_move()
4332 || (GET_MODE_PRECISION (GET_MODE (target)) in store_expr()
6800 && GET_MODE_PRECISION (mode) > TYPE_PRECISION (type)) in expand_expr_real_1()
Dc-common.c1785 ? make_unsigned_type (GET_MODE_PRECISION (mode)) in c_common_type_for_mode()
1786 : make_signed_type (GET_MODE_PRECISION (mode))); in c_common_type_for_mode()
1790 ? make_unsigned_type (GET_MODE_PRECISION (mode)) in c_common_type_for_mode()
1791 : make_signed_type (GET_MODE_PRECISION (mode))); in c_common_type_for_mode()
DChangeLog-20032685 * expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize
3314 (GET_MODE_PRECISION): New macro.
3317 Use GET_MODE_PRECISION; clarify comments.