Home
last modified time | relevance | path

Searched refs:arch_fset (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Darm-dis.c12615 arm_feature_set arch_fset; in select_arm_features() local
12622 arch_fset = fset; \ in select_arm_features()
12660 ARM_MERGE_FEATURE_SETS (arch_fset, arch_fset, armv8_6_ext_fset); in select_arm_features()
12670 ARM_MERGE_FEATURE_SETS (arch_fset, arch_fset, mve_all); in select_arm_features()
12687 ARM_MERGE_FEATURE_SETS (*features, arch_fset, fpu_any); in select_arm_features()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Darm-dis.c12460 arm_feature_set arch_fset; in select_arm_features() local
12467 arch_fset = fset; \ in select_arm_features()
12502 ARM_MERGE_FEATURE_SETS (arch_fset, arch_fset, armv8_6_ext_fset); in select_arm_features()
12512 ARM_MERGE_FEATURE_SETS (arch_fset, arch_fset, mve_all); in select_arm_features()
12529 ARM_MERGE_FEATURE_SETS (*features, arch_fset, fpu_any); in select_arm_features()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c33003 have_ext_for_needed_feat_p (const arm_feature_set *arch_fset, in have_ext_for_needed_feat_p() argument
33026 if (ARM_FSET_CPU_SUBSET (opt->allowed_archs[i], *arch_fset)) in have_ext_for_needed_feat_p()
33051 arm_feature_set arch_fset; in get_aeabi_cpu_arch_from_fset() local
33064 ARM_CLEAR_FEATURE (arch_fset, *arch_ext_fset, *ext_fset); in get_aeabi_cpu_arch_from_fset()
33084 && ARM_FEATURE_EQUAL (arch_fset, known_arch_fset)) in get_aeabi_cpu_arch_from_fset()
33091 if (ARM_FSET_CPU_SUBSET (arch_fset, known_arch_fset)) in get_aeabi_cpu_arch_from_fset()
33104 || ARM_FSET_CPU_SUBSET (added_fset, arch_fset)) in get_aeabi_cpu_arch_from_fset()
33114 ARM_CLEAR_FEATURE (needed_ext_fset, arch_fset, known_arch_fset); in get_aeabi_cpu_arch_from_fset()