Home
last modified time | relevance | path

Searched refs:attr_type (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dattr_print_plain.c116 int attr_type; in attr_vprint_plain() local
138 while ((attr_type = va_arg(ap, int)) != ATTR_TYPE_END) { in attr_vprint_plain()
139 switch (attr_type) { in attr_vprint_plain()
193 msg_panic("%s: unknown type code: %d", myname, attr_type); in attr_vprint_plain()
H A Dattr_print0.c115 int attr_type; in attr_vprint0() local
137 while ((attr_type = va_arg(ap, int)) != ATTR_TYPE_END) { in attr_vprint0()
138 switch (attr_type) { in attr_vprint0()
197 msg_panic("%s: unknown type code: %d", myname, attr_type); in attr_vprint0()
H A Dattr_print64.c150 int attr_type; in attr_vprint64() local
171 while ((attr_type = va_arg(ap, int)) != ATTR_TYPE_END) { in attr_vprint64()
172 switch (attr_type) { in attr_vprint64()
238 msg_panic("%s: unknown type code: %d", myname, attr_type); in attr_vprint64()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsysinfo.y52 %type <s> attr_desc attr_id attr_type
256 '(' attr_desc '(' attr_type attr_size ')' attr_id
366 attr_type:
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsysinfo.y52 %type <s> attr_desc attr_id attr_type
256 '(' attr_desc '(' attr_type attr_size ')' attr_id
366 attr_type:
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched.cc125 ix86_flags_dependent (rtx_insn *insn, rtx_insn *dep_insn, enum attr_type insn_type) in ix86_flags_dependent()
245 enum attr_type insn_type, dep_insn_type; in ix86_adjust_cost()
536 enum attr_type condgen_type; in ix86_macro_fusion_pair_p()
H A Dx86-tune-sched-bd.cc184 enum attr_type type; in is_cmp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched.c122 ix86_flags_dependent (rtx_insn *insn, rtx_insn *dep_insn, enum attr_type insn_type) in ix86_flags_dependent()
243 enum attr_type insn_type, dep_insn_type; in ix86_adjust_cost()
531 enum attr_type condgen_type; in ix86_macro_fusion_pair_p()
H A Dx86-tune-sched-bd.c184 enum attr_type type; in is_cmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc315 is_fmac_op (enum attr_type t) in is_fmac_op()
323 is_fmul_op (enum attr_type t) in is_fmul_op()
334 enum attr_type t; in is_fmul_fmac_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc540 enum attr_type attr_type = get_attr_type (insn); in visium_adjust_priority() local
541 if (attr_type == TYPE_REG_MEM in visium_adjust_priority()
542 || (attr_type == TYPE_MEM_REG in visium_adjust_priority()
557 enum attr_type attr_type; in visium_adjust_cost() local
580 enum attr_type dep_attr_type = get_attr_type (dep_insn); in visium_adjust_cost()
600 attr_type = get_attr_type (insn); in visium_adjust_cost()
608 if (attr_type == TYPE_REG_FP && visium_cpu == PROCESSOR_GR5) in visium_adjust_cost()
650 else if (attr_type == TYPE_RET && visium_cpu == PROCESSOR_GR6) in visium_adjust_cost()
669 if (attr_type == TYPE_REG_FP && visium_cpu == PROCESSOR_GR5) in visium_adjust_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c539 enum attr_type attr_type = get_attr_type (insn); in visium_adjust_priority() local
540 if (attr_type == TYPE_REG_MEM in visium_adjust_priority()
541 || (attr_type == TYPE_MEM_REG in visium_adjust_priority()
556 enum attr_type attr_type; in visium_adjust_cost() local
579 enum attr_type dep_attr_type = get_attr_type (dep_insn); in visium_adjust_cost()
599 attr_type = get_attr_type (insn); in visium_adjust_cost()
607 if (attr_type == TYPE_REG_FP && visium_cpu == PROCESSOR_GR5) in visium_adjust_cost()
649 else if (attr_type == TYPE_RET && visium_cpu == PROCESSOR_GR6) in visium_adjust_cost()
668 if (attr_type == TYPE_REG_FP && visium_cpu == PROCESSOR_GR5) in visium_adjust_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c315 is_fmac_op (enum attr_type t) in is_fmac_op()
323 is_fmul_op (enum attr_type t) in is_fmul_op()
334 enum attr_type t; in is_fmul_fmac_insn()
H A Daarch64.c15578 enum aarch64_attr_opt_type attr_type; member
15854 bool attr_need_arg_p = p_attr->attr_type == aarch64_attr_custom in aarch64_process_one_target_attr()
15855 || p_attr->attr_type == aarch64_attr_enum; in aarch64_process_one_target_attr()
15871 switch (p_attr->attr_type) in aarch64_process_one_target_attr()
17785 is_madd_op (enum attr_type t1) in is_madd_op()
17789 enum attr_type mlatypes[] = { in is_madd_op()
17795 for (i = 0; i < sizeof (mlatypes) / sizeof (enum attr_type); i++) in is_madd_op()
17839 enum attr_type attr_type; in aarch64_madd_needs_nop() local
17849 attr_type = get_attr_type (insn); in aarch64_madd_needs_nop()
17850 if (!is_madd_op (attr_type)) in aarch64_madd_needs_nop()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-pcrel-opt.cc579 enum attr_type type) in insn_references_regno_p()
666 enum attr_type use_insn_type = get_attr_type (use_insn); in pcrel_opt_address()
H A Drs6000.cc17732 enum attr_type attr_type; in rs6000_adjust_cost() local
17755 attr_type = get_attr_type (insn); in rs6000_adjust_cost()
17757 switch (attr_type) in rs6000_adjust_cost()
17959 attr_type = get_attr_type (insn); in rs6000_adjust_cost()
17961 switch (attr_type) in rs6000_adjust_cost()
18035 enum attr_type type = get_attr_type (insn); in is_microcoded_insn()
18063 enum attr_type type = get_attr_type (insn); in is_cracked_insn()
18107 enum attr_type type = get_attr_type (insn); in is_branch_slot_insn()
18290 enum attr_type type; in is_nonpipeline_insn()
18530 is_power9_pairable_vec_type (enum attr_type type) in is_power9_pairable_vec_type()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-msp430.c1618 msp430_object_attribute (int attr_type) in msp430_object_attribute() argument
1633 tag_name_s, tag_value_s, (attr_type ? ".gnu_attribute" in msp430_object_attribute()
1635 else if (attr_type == 0) in msp430_object_attribute()
1693 else if (attr_type == 1) in msp430_object_attribute()
1722 attr_type); in msp430_object_attribute()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-msp430.c1620 msp430_object_attribute (int attr_type) in msp430_object_attribute() argument
1635 tag_name_s, tag_value_s, (attr_type ? ".gnu_attribute" in msp430_object_attribute()
1637 else if (attr_type == 0) in msp430_object_attribute()
1695 else if (attr_type == 1) in msp430_object_attribute()
1724 attr_type); in msp430_object_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c2952 shadow_type_p (enum attr_type type) in shadow_type_p()
2971 enum attr_type type; in shadow_or_blockage_p()
3096 enum attr_type type; in assign_reservations()
4204 enum attr_type type; in c6x_sched_reorder_1()
4460 enum attr_type insn_type = TYPE_UNKNOWN, dep_insn_type = TYPE_UNKNOWN; in c6x_adjust_cost()
5234 enum attr_type type; in split_delayed_nonbranch()
5305 enum attr_type type; in undo_split_delayed_nonbranch()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc2954 shadow_type_p (enum attr_type type) in shadow_type_p()
2973 enum attr_type type; in shadow_or_blockage_p()
3098 enum attr_type type; in assign_reservations()
4206 enum attr_type type; in c6x_sched_reorder_1()
4462 enum attr_type insn_type = TYPE_UNKNOWN, dep_insn_type = TYPE_UNKNOWN; in c6x_adjust_cost()
5236 enum attr_type type; in split_delayed_nonbranch()
5307 enum attr_type type; in undo_split_delayed_nonbranch()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.c3329 enum attr_type dep_insn_type; in bfin_adjust_cost()
4005 enum attr_type type = get_attr_type (insn); in bfin_gen_bundles()
4202 static enum attr_type
4208 enum attr_type t; in type_for_anomaly()
4387 enum attr_type type = type_for_anomaly (insn); in workaround_speculation()
4503 enum attr_type type = type_for_anomaly (target); in workaround_speculation()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.cc3330 enum attr_type dep_insn_type; in bfin_adjust_cost()
4006 enum attr_type type = get_attr_type (insn); in bfin_gen_bundles()
4203 static enum attr_type
4209 enum attr_type t; in type_for_anomaly()
4388 enum attr_type type = type_for_anomaly (insn); in workaround_speculation()
4504 enum attr_type type = type_for_anomaly (target); in workaround_speculation()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc4955 enum attr_type attr_type; in pa_adjust_cost() local
4965 attr_type = get_attr_type (insn); in pa_adjust_cost()
4973 if (attr_type == TYPE_FPLOAD) in pa_adjust_cost()
5011 else if (attr_type == TYPE_FPALU) in pa_adjust_cost()
5053 if (attr_type == TYPE_FPLOAD) in pa_adjust_cost()
5095 else if (attr_type == TYPE_FPALU) in pa_adjust_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c4921 enum attr_type attr_type; in pa_adjust_cost() local
4931 attr_type = get_attr_type (insn); in pa_adjust_cost()
4939 if (attr_type == TYPE_FPLOAD) in pa_adjust_cost()
4977 else if (attr_type == TYPE_FPALU) in pa_adjust_cost()
5019 if (attr_type == TYPE_FPLOAD) in pa_adjust_cost()
5061 else if (attr_type == TYPE_FPALU) in pa_adjust_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c17274 enum attr_type attr_type; in rs6000_adjust_cost() local
17297 attr_type = get_attr_type (insn); in rs6000_adjust_cost()
17299 switch (attr_type) in rs6000_adjust_cost()
17509 attr_type = get_attr_type (insn); in rs6000_adjust_cost()
17511 switch (attr_type) in rs6000_adjust_cost()
17590 enum attr_type type = get_attr_type (insn); in is_microcoded_insn()
17618 enum attr_type type = get_attr_type (insn); in is_cracked_insn()
17662 enum attr_type type = get_attr_type (insn); in is_branch_slot_insn()
17839 enum attr_type type; in is_nonpipeline_insn()
18068 is_power9_pairable_vec_type (enum attr_type type) in is_power9_pairable_vec_type()
[all …]

123