Home | History | Annotate | Download | only in include

Lines Matching refs:MODE

981    that don't change the machine mode.  */
2094 ? vector_type_mode (NODE) : (NODE)->type.mode)
2095 #define SET_TYPE_MODE(NODE, MODE) \
2096 (TYPE_CHECK (NODE)->type.mode = (MODE))
2281 ENUM_BITFIELD(machine_mode) mode : 7;
2602 /* Holds the machine mode corresponding to the declaration of a variable or
2605 #define DECL_MODE(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.mode)
2706 ENUM_BITFIELD(machine_mode) mode : 8;
4318 /* Return the mode for data of a given size SIZE and mode class CLASS.
4320 The value is BLKmode if no other mode is found. This is like