Home
last modified time | relevance | path

Searched refs:cached_match (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc3818 static const char * cached_match = NULL; in msp430_use_f5_series_hwmult() local
3827 if (target_mcu == cached_match) in msp430_use_f5_series_hwmult()
3830 cached_match = target_mcu; in msp430_use_f5_series_hwmult()
3853 static const char * cached_match = NULL; in msp430_use_32bit_hwmult() local
3862 if (target_mcu == cached_match) in msp430_use_32bit_hwmult()
3865 cached_match = target_mcu; in msp430_use_32bit_hwmult()
3880 static const char * cached_match = NULL; in msp430_use_16bit_hwmult() local
3889 if (target_mcu == cached_match) in msp430_use_16bit_hwmult()
3892 cached_match = target_mcu; in msp430_use_16bit_hwmult()
3908 static const char * cached_match = NULL; in msp430_has_hwmult() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c3085 static const char * cached_match = NULL; in msp430_use_f5_series_hwmult() local
3094 if (target_mcu == cached_match) in msp430_use_f5_series_hwmult()
3097 cached_match = target_mcu; in msp430_use_f5_series_hwmult()
3120 static const char * cached_match = NULL; in use_32bit_hwmult() local
3129 if (target_mcu == cached_match) in use_32bit_hwmult()
3132 cached_match = target_mcu; in use_32bit_hwmult()
3147 static const char * cached_match = NULL; in msp430_has_hwmult() local
3161 if (target_mcu == cached_match) in msp430_has_hwmult()
3164 cached_match = target_mcu; in msp430_has_hwmult()