/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-options.c | 342 const char *arch, const char *tune, in ix86_target_string() 936 enum ix86_opt_type type; in ix86_valid_target_attribute_inner_p() member 1100 enum ix86_opt_type type = ix86_opt_unknown; in ix86_valid_target_attribute_inner_p() local 3305 ix86_handle_cconv_attribute (tree *node, tree name, tree args, int, in ix86_handle_cconv_attribute() argument 3482 ix86_handle_force_align_arg_pointer_attribute (tree *node, tree name, in ix86_handle_force_align_arg_pointer_attribute() argument 3502 ix86_handle_struct_attribute (tree *node, tree name, tree, int, in ix86_handle_struct_attribute() argument 3505 tree *type = NULL; in ix86_handle_struct_attribute() local 3538 ix86_handle_callee_pop_aggregate_return (tree *node, tree name, tree args, int, in ix86_handle_callee_pop_aggregate_return() argument 3589 ix86_handle_abi_attribute (tree *node, tree name, tree, int, in ix86_handle_abi_attribute() argument 3629 ix86_handle_fndecl_attribute (tree *node, tree name, tree args, int, in ix86_handle_fndecl_attribute() argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-options.cc | 370 const char *arch, const char *tune, in ix86_target_string() 979 enum ix86_opt_type type; in ix86_valid_target_attribute_inner_p() member 1161 enum ix86_opt_type type = ix86_opt_unknown; in ix86_valid_target_attribute_inner_p() local 3361 ix86_handle_cconv_attribute (tree *node, tree name, tree args, int, in ix86_handle_cconv_attribute() argument 3538 ix86_handle_force_align_arg_pointer_attribute (tree *node, tree name, in ix86_handle_force_align_arg_pointer_attribute() argument 3558 ix86_handle_struct_attribute (tree *node, tree name, tree, int, in ix86_handle_struct_attribute() argument 3561 tree *type = NULL; in ix86_handle_struct_attribute() local 3594 ix86_handle_callee_pop_aggregate_return (tree *node, tree name, tree args, int, in ix86_handle_callee_pop_aggregate_return() argument 3645 ix86_handle_abi_attribute (tree *node, tree name, tree, int, in ix86_handle_abi_attribute() argument 3685 ix86_handle_fndecl_attribute (tree *node, tree name, tree args, int, in ix86_handle_fndecl_attribute() argument [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | tekhex.c | 262 unsigned int type; member 360 first_phase (bfd *abfd, int type, char *src, char * src_end) in first_phase() 512 pass_over (bfd *abfd, bool (*func) (bfd *, int, char *, char *)) in pass_over() argument 524 char type; in pass_over() local 688 enum bfd_architecture arch, in tekhex_set_arch_mach() 773 out (bfd *abfd, int type, char *start, char *end) in out()
|
H A D | elf32-arm.c | 2583 enum stub_insn_type type; member 2953 char type; member 2985 elf32_vfp11_erratum_type type; member 3015 elf32_stm32l4xx_erratum_type type; member 3029 arm_unwind_edit_type type; member 3238 #define GOT_TLS_GD_ANY_P(type) ((type & GOT_TLS_GD) || (type & GOT_TLS_GDESC)) argument 3898 int arch; in using_thumb_only() local 3926 int arch; in using_thumb2() local 3954 int arch = in using_thumb2_bl() local 4143 const int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in arch_has_arm_nop() local [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | tekhex.c | 262 unsigned int type; member 360 first_phase (bfd *abfd, int type, char *src, char * src_end) in first_phase() 512 pass_over (bfd *abfd, bool (*func) (bfd *, int, char *, char *)) in pass_over() argument 524 char type; in pass_over() local 688 enum bfd_architecture arch, in tekhex_set_arch_mach() 773 out (bfd *abfd, int type, char *start, char *end) in out()
|
H A D | elf32-arm.c | 2583 enum stub_insn_type type; member 2953 char type; member 2985 elf32_vfp11_erratum_type type; member 3015 elf32_stm32l4xx_erratum_type type; member 3029 arm_unwind_edit_type type; member 3238 #define GOT_TLS_GD_ANY_P(type) ((type & GOT_TLS_GD) || (type & GOT_TLS_GDESC)) argument 3898 int arch; in using_thumb_only() local 3926 int arch; in using_thumb2() local 3954 int arch = in using_thumb2_bl() local 4143 const int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in arch_has_arm_nop() local [all …]
|
/netbsd-src/sbin/disklabel/ |
H A D | main.c | 300 const char *arch; global() member 416 getarchbyteorder(const char * arch) getarchbyteorder() argument 781 makelabel(const char * type,const char * name) global() argument 923 process_mbr(int f,int (* action)(int,u_int)) global() argument [all...] |
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | arm.cc | 202 type() const in type() function in __anon7a9d63b40111::Insn_template 226 Insn_template(unsigned data, Type type, unsigned int r_type, int reloc_addend) in Insn_template() 300 type() const in type() function in __anon7a9d63b40111::Stub_template 1353 Arm_output_section(const char* name, elfcpp::Elf_Word type, in Arm_output_section() 2153 int arch = attr->int_value(); in using_thumb2() local 2180 int arch = attr->int_value(); in may_use_arm_nop() local 2193 int arch = attr->int_value(); in may_use_thumb2_nop() local 2205 int arch = attr->int_value(); in may_use_v4t_interworking() local 2216 int arch = attr->int_value(); in may_use_v5t_interworking() local 2515 do_make_output_section(const char* name, elfcpp::Elf_Word type, in do_make_output_section() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | arm.cc | 202 type() const in type() function in __anon44de5fc10111::Insn_template 226 Insn_template(unsigned data, Type type, unsigned int r_type, int reloc_addend) in Insn_template() 300 type() const in type() function in __anon44de5fc10111::Stub_template 1353 Arm_output_section(const char* name, elfcpp::Elf_Word type, in Arm_output_section() 2153 int arch = attr->int_value(); in using_thumb2() local 2180 int arch = attr->int_value(); in may_use_arm_nop() local 2193 int arch = attr->int_value(); in may_use_thumb2_nop() local 2205 int arch = attr->int_value(); in may_use_v4t_interworking() local 2216 int arch = attr->int_value(); in may_use_v5t_interworking() local 2515 do_make_output_section(const char* name, elfcpp::Elf_Word type, in do_make_output_section() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | readelf.c | 201 dump_type type; member 976 find_section_by_type (Filedata * filedata, unsigned int type) in find_section_by_type() 1570 bfd_vma type; in dump_relocations() local 2153 get_aarch64_dynamic_type (unsigned long type) in get_aarch64_dynamic_type() 2166 get_mips_dynamic_type (unsigned long type) in get_mips_dynamic_type() 2223 get_sparc64_dynamic_type (unsigned long type) in get_sparc64_dynamic_type() 2234 get_ppc_dynamic_type (unsigned long type) in get_ppc_dynamic_type() 2246 get_ppc64_dynamic_type (unsigned long type) in get_ppc64_dynamic_type() 2260 get_parisc_dynamic_type (unsigned long type) in get_parisc_dynamic_type() 2294 get_ia64_dynamic_type (unsigned long type) in get_ia64_dynamic_type() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | readelf.c | 204 dump_type type; member 1089 find_section_by_type (Filedata * filedata, unsigned int type) in find_section_by_type() 1667 uint64_t type; in dump_relocations() local 2219 get_aarch64_dynamic_type (unsigned long type) in get_aarch64_dynamic_type() 2232 get_mips_dynamic_type (unsigned long type) in get_mips_dynamic_type() 2289 get_sparc64_dynamic_type (unsigned long type) in get_sparc64_dynamic_type() 2300 get_ppc_dynamic_type (unsigned long type) in get_ppc_dynamic_type() 2312 get_ppc64_dynamic_type (unsigned long type) in get_ppc64_dynamic_type() 2326 get_parisc_dynamic_type (unsigned long type) in get_parisc_dynamic_type() 2360 get_ia64_dynamic_type (unsigned long type) in get_ia64_dynamic_type() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 1583 enum aarch64_arch arch; member 1627 int, bool *no_add_attrs) in handle_aarch64_vector_pcs_attribute() argument 1889 pure_scalable_type_info::analyze (const_tree type) in analyze() 1929 pure_scalable_type_info::analyze_registers (const_tree type) in analyze_registers() 1939 pure_scalable_type_info::analyze_array (const_tree type) in analyze_array() 1982 pure_scalable_type_info::analyze_record (const_tree type) in analyze_record() 2073 aarch64_some_values_include_pst_objects_p (const_tree type) in aarch64_some_values_include_pst_objects_p() 3202 enum aarch64_symbol_type type) in aarch64_load_symref_appropriately() 5836 aarch64_function_value (const_tree type, const_tree func, in aarch64_function_value() 5944 aarch64_return_in_memory_1 (const_tree type) in aarch64_return_in_memory_1() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 2716 enum aarch64_arch arch; member 2760 int, bool *no_add_attrs) in handle_aarch64_vector_pcs_attribute() argument 3022 pure_scalable_type_info::analyze (const_tree type) in analyze() 3062 pure_scalable_type_info::analyze_registers (const_tree type) in analyze_registers() 3072 pure_scalable_type_info::analyze_array (const_tree type) in analyze_array() 3115 pure_scalable_type_info::analyze_record (const_tree type) in analyze_record() 3206 aarch64_some_values_include_pst_objects_p (const_tree type) in aarch64_some_values_include_pst_objects_p() 4540 enum aarch64_symbol_type type) in aarch64_load_symref_appropriately() 7126 aarch64_function_value (const_tree type, const_tree func, in aarch64_function_value() 7240 aarch64_return_in_memory_1 (const_tree type) in aarch64_return_in_memory_1() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 69 const char *arch; member 70 enum c6x_cpu_type type; member 511 if (tree type = arg.type) in c6x_function_arg() local 542 const_tree type, bool first) in c6x_block_reg_pad_upward() 559 c6x_function_arg_boundary (machine_mode mode, const_tree type) in c6x_function_arg_boundary() 584 c6x_function_arg_round_boundary (machine_mode mode, const_tree type) in c6x_function_arg_round_boundary() 593 c6x_function_value (const_tree type, const_tree func ATTRIBUTE_UNUSED, in c6x_function_value() 657 c6x_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED) in c6x_return_in_memory() 2952 shadow_type_p (enum attr_type type) in shadow_type_p() 2971 enum attr_type type; in shadow_or_blockage_p() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 71 const char *arch; member 72 enum c6x_cpu_type type; member 512 if (tree type = arg.type) in c6x_function_arg() local 543 const_tree type, bool first) in c6x_block_reg_pad_upward() 560 c6x_function_arg_boundary (machine_mode mode, const_tree type) in c6x_function_arg_boundary() 585 c6x_function_arg_round_boundary (machine_mode mode, const_tree type) in c6x_function_arg_round_boundary() 594 c6x_function_value (const_tree type, const_tree func ATTRIBUTE_UNUSED, in c6x_function_value() 658 c6x_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED) in c6x_return_in_memory() 2954 shadow_type_p (enum attr_type type) in shadow_type_p() 2973 enum attr_type type; in shadow_or_blockage_p() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.cc | 331 alpha_mangle_type (const_tree type) in alpha_mangle_type() 1276 int opnum, int type, in alpha_legitimize_reload_address() 4736 unsigned int) in alpha_adjust_cost() 5654 alpha_return_in_memory (const_tree type, const_tree fndecl ATTRIBUTE_UNUSED) in alpha_return_in_memory() 5831 alpha_split_complex_arg (const_tree type) in alpha_split_complex_arg() 6225 alpha_gimplify_va_arg_1 (tree type, tree base, tree offset, in alpha_gimplify_va_arg_1() 6296 alpha_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p, in alpha_gimplify_va_arg() 9236 alpha_align_insns_1 (unsigned int max_align, in alpha_align_insns_1() 9237 rtx_insn *(*next_group) (rtx_insn *, int *, int *), in alpha_align_insns_1() argument 9488 const char *arch; in alpha_file_start() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | alpha.c | 331 alpha_mangle_type (const_tree type) in alpha_mangle_type() 1276 int opnum, int type, in alpha_legitimize_reload_address() 4731 unsigned int) in alpha_adjust_cost() 5649 alpha_return_in_memory (const_tree type, const_tree fndecl ATTRIBUTE_UNUSED) in alpha_return_in_memory() 5826 alpha_split_complex_arg (const_tree type) in alpha_split_complex_arg() 6220 alpha_gimplify_va_arg_1 (tree type, tree base, tree offset, in alpha_gimplify_va_arg_1() 6291 alpha_gimplify_va_arg (tree valist, tree type, gimple_seq *pre_p, in alpha_gimplify_va_arg() 9231 alpha_align_insns_1 (unsigned int max_align, in alpha_align_insns_1() 9232 rtx_insn *(*next_group) (rtx_insn *, int *, int *), in alpha_align_insns_1() argument 9483 const char *arch; in alpha_file_start() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 2893 arm_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in arm_gimplify_va_arg_expr() 3998 unsigned long type = ARM_FT_UNKNOWN; in arm_compute_func_type() local 5715 arm_function_value(const_tree type, const_tree func, in arm_function_value() 5939 arm_return_in_memory (const_tree type, const_tree fntype) in arm_return_in_memory() 6124 arm_get_pcs_model (const_tree type, const_tree decl) in arm_get_pcs_model() 6223 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep, in aapcs_vfp_sub_candidate() 6445 machine_mode mode, const_tree type, in aapcs_vfp_is_call_or_return_candidate() 6520 machine_mode mode, const_tree type) in aapcs_vfp_is_return_candidate() 6533 const_tree type) in aapcs_vfp_is_call_candidate() 6715 const_tree type) in aapcs_select_call_coproc() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 2925 arm_gimplify_va_arg_expr (tree valist, tree type, gimple_seq *pre_p, in arm_gimplify_va_arg_expr() 4077 unsigned long type = ARM_FT_UNKNOWN; in arm_compute_func_type() local 5788 arm_function_value(const_tree type, const_tree func, in arm_function_value() 6012 arm_return_in_memory (const_tree type, const_tree fntype) in arm_return_in_memory() 6197 arm_get_pcs_model (const_tree type, const_tree decl ATTRIBUTE_UNUSED) in arm_get_pcs_model() 6306 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep, in aapcs_vfp_sub_candidate() 6550 machine_mode mode, const_tree type, in aapcs_vfp_is_call_or_return_candidate() 6631 machine_mode mode, const_tree type) in aapcs_vfp_is_return_candidate() 6644 const_tree type) in aapcs_vfp_is_call_candidate() 6826 const_tree type) in aapcs_select_call_coproc() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 321 enum processor arch; member 376 enum mips_address_type type; member 1211 mips_near_type_p (const_tree type) in mips_near_type_p() 1218 mips_far_type_p (const_tree type) in mips_far_type_p() 1228 mips_interrupt_type_p (tree type) in mips_interrupt_type_p() 1236 mips_interrupt_mask (tree type) in mips_interrupt_mask() 1274 mips_use_shadow_register_set (tree type) in mips_use_shadow_register_set() 1297 mips_keep_interrupts_masked_p (tree type) in mips_keep_interrupts_masked_p() 1307 mips_use_debug_exception_return_p (tree type) in mips_use_debug_exception_return_p() 1810 mips_got_symbol_type_p (enum mips_symbol_type type) in mips_got_symbol_type_p() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 319 enum processor arch; member 374 enum mips_address_type type; member 1209 mips_near_type_p (const_tree type) in mips_near_type_p() 1216 mips_far_type_p (const_tree type) in mips_far_type_p() 1226 mips_interrupt_type_p (tree type) in mips_interrupt_type_p() 1234 mips_interrupt_mask (tree type) in mips_interrupt_mask() 1272 mips_use_shadow_register_set (tree type) in mips_use_shadow_register_set() 1295 mips_keep_interrupts_masked_p (tree type) in mips_keep_interrupts_masked_p() 1305 mips_use_debug_exception_return_p (tree type) in mips_use_debug_exception_return_p() 1808 mips_got_symbol_type_p (enum mips_symbol_type type) in mips_got_symbol_type_p() [all …]
|