Searched refs:check_isa_bits_for (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/arm/ |
H A D | arm-common.cc | 249 check_isa_bits_for (const enum isa_feature* bits, enum isa_feature bit) in check_isa_bits_for() function 318 if (arch_opt && !check_isa_bits_for (arch_opt->common.isa_bits, in arm_target_mode() 321 if (arch_opt && !check_isa_bits_for (arch_opt->common.isa_bits, in arm_target_mode() 330 if (cpu_opt && !check_isa_bits_for (cpu_opt->common.isa_bits, in arm_target_mode() 333 if (cpu_opt && !check_isa_bits_for (cpu_opt->common.isa_bits, in arm_target_mode() 775 && check_isa_bits_for (ext->isa_bits, isa_bit_vfpv2)) in arm_canon_arch_option_1() 1001 if (check_isa_bits_for (selected_arch->common.isa_bits, isa_bit_be8)) in arm_be8_option()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arm/ |
H A D | arm-common.c | 237 check_isa_bits_for (const enum isa_feature* bits, enum isa_feature bit) in check_isa_bits_for() function 288 if (arch_opt && !check_isa_bits_for (arch_opt->common.isa_bits, in arm_target_thumb_only() 297 if (cpu_opt && !check_isa_bits_for (cpu_opt->common.isa_bits, in arm_target_thumb_only() 728 && check_isa_bits_for (ext->isa_bits, isa_bit_vfpv2)) in arm_canon_arch_option_1() 954 if (check_isa_bits_for (selected_arch->common.isa_bits, isa_bit_be8)) in arm_be8_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2016 | 857 * common/config/arm/arm-common.c (check_isa_bits_for): New function.
|