Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmachmode.h166 extern const enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS];
167 #define GET_CLASS_NARROWEST_MODE(CLASS) class_narrowest_mode[(int) (CLASS)]
H A Drtl.c147 const enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS] = { enum
H A DChangeLog.29847 and class_narrowest_mode at compile time. Kill init_rtl.
9849 mode_wider_mode, mode_mask_array, class_narrowest_mode, and
9858 mode_wider_mode, mode_mask_array, and class_narrowest_mode as
H A DChangeLog.49344 * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
H A DChangeLog.6458 * machmode.h (class_narrowest_mode): Likewise.
/openbsd/gnu/gcc/gcc/
H A Dmachmode.h166 extern const unsigned char class_narrowest_mode[MAX_MODE_CLASS];
167 #define GET_CLASS_NARROWEST_MODE(CLASS) class_narrowest_mode[CLASS]