Searched refs:arm_feature_set (Results 1 – 7 of 7) sorted by relevance
326 } arm_feature_set; typedef341 ((CPU).core[0] == ((arm_feature_set)ARM_ANY).core[0] \342 && (CPU).core[1] == ((arm_feature_set)ARM_ANY).core[1])
290 * arm.h (arm_feature_set): Extended to provide more available bits.2117 (arm_feature_set): Change to a structure.
126 static arm_feature_set cpu_variant;127 static arm_feature_set arm_arch_used;128 static arm_feature_set thumb_arch_used;146 static const arm_feature_set *legacy_cpu = NULL;147 static const arm_feature_set *legacy_fpu = NULL;149 static const arm_feature_set *mcpu_cpu_opt = NULL;150 static const arm_feature_set *mcpu_fpu_opt = NULL;151 static const arm_feature_set *march_cpu_opt = NULL;152 static const arm_feature_set *march_fpu_opt = NULL;153 static const arm_feature_set *mfpu_opt = NULL;[all …]
59 arm_feature_set features;75 arm_feature_set arch; /* Architecture defining this insn. */83 arm_feature_set arch; /* Architecture defining this insn. */3362 arm_feature_set allowed_arches = ARM_ARCH_NONE; in print_insn_coprocessor()4863 arm_feature_set arm_ext_v6 = in print_insn_arm()6376 arm_feature_set * features) in select_arm_features()6381 const arm_feature_set fset = FSET; \ in select_arm_features()6382 arm_feature_set tmp = ARM_FEATURE (0, 0, FPU_FPA) ; \ in select_arm_features()
1184 arm_feature_set structure based on a given arm machine number.1185 (print_insn): Initialise an arm_feature_set structure.
1667 (static const arm_feature_set arm_ext_*): Defined with new macros.1668 (static const arm_feature_set arm_cext_*): Likewise.1669 (static const arm_feature_set fpu_fpa_ext_*): Likewise.1670 (static const arm_feature_set fpu_vfp_ext_*): Likewise.
2673 * config/tc-arm.c: Use arm_feature_set.