Home
last modified time | relevance | path

Searched refs:arm_feature_set (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.c136 static arm_feature_set cpu_variant;
137 static arm_feature_set arm_arch_used;
138 static arm_feature_set thumb_arch_used;
150 static const arm_feature_set *legacy_cpu = NULL;
151 static const arm_feature_set *legacy_fpu = NULL;
153 static const arm_feature_set *mcpu_cpu_opt = NULL;
154 static const arm_feature_set *mcpu_fpu_opt = NULL;
155 static const arm_feature_set *march_cpu_opt = NULL;
156 static const arm_feature_set *march_fpu_opt = NULL;
157 static const arm_feature_set *mfpu_opt = NULL;
[all …]
/freebsd-12-stable/contrib/binutils/include/opcode/
Darm.h180 } arm_feature_set; typedef
DChangeLog222 (arm_feature_set): Change to a structure.
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-20062673 * config/tc-arm.c: Use arm_feature_set.