Home
last modified time | relevance | path

Searched refs:n_operands (Results 1 – 25 of 98) sorted by relevance

1234

/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dgen-test-longlong_h.c42 size_t n_operands = 0; in main() local
65 ops[n_operands++] = 1 << i; in main()
66 ops[n_operands++] = -(1 << i); in main()
67 ops[n_operands++] = (1 << i) - 1; in main()
68 ops[n_operands++] = -(1 << i) - 1; in main()
77 printf ("static const int ops[%zu] = {\n", n_operands); in main()
78 for (int i = 0; i < n_operands; i++) in main()
87 for (int i = 0; i < n_operands; i++) in main()
89 for (int j = 0; j < n_operands; j++) in main()
108 for (int i = 0; i < n_operands; i++) in main()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds12z-opc.c37 int *n_operands, struct operand **operand);
72 int n_operands; member
120 return pb->n_operands; in x_opr_n_bytes()
162 int n_operands; member
196 int n = bbs->n_operands; in bfextins_n_bytes()
406 z_ext24_decode (struct mem_read_abstraction_base *mra, int *n_operands, in z_ext24_decode() argument
426 operand[(*n_operands)++] = op; in z_ext24_decode()
466 int *n_operands, struct operand **operand) in x_imm1() argument
477 operand[(*n_operands)++] = op; in x_imm1()
484 int *n_operands, struct operand **operand) in imm1_decode() argument
[all …]
H A Ds12z-dis.c331 int n_operands = 0; in print_insn_s12z() local
346 decode_s12z (&operator, &osize, &n_operands, operands, in print_insn_s12z()
357 for (o = 0; o < n_operands; ++o) in print_insn_s12z()
387 for (o = 0; o < n_operands; ++o) in print_insn_s12z()
H A Ds12z-opc.h268 int *n_operands, struct operand **operands,
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds12z-opc.c37 int *n_operands, struct operand **operand);
72 int n_operands; member
120 return pb->n_operands; in x_opr_n_bytes()
162 int n_operands; member
196 int n = bbs->n_operands; in bfextins_n_bytes()
406 z_ext24_decode (struct mem_read_abstraction_base *mra, int *n_operands, in z_ext24_decode() argument
426 operand[(*n_operands)++] = op; in z_ext24_decode()
466 int *n_operands, struct operand **operand) in x_imm1() argument
477 operand[(*n_operands)++] = op; in x_imm1()
484 int *n_operands, struct operand **operand) in imm1_decode() argument
[all …]
H A Ds12z-dis.c331 int n_operands = 0; in print_insn_s12z() local
346 decode_s12z (&operator, &osize, &n_operands, operands, in print_insn_s12z()
357 for (o = 0; o < n_operands; ++o) in print_insn_s12z()
387 for (o = 0; o < n_operands; ++o) in print_insn_s12z()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mmix.c832 int n_operands = 0; in md_assemble() local
1056 n_operands = get_putget_operands (instruction, operands, exp); in md_assemble()
1058 n_operands = get_operands (max_operands, operands, exp); in md_assemble()
1088 if (n_operands == 0 && ! mmix_gnu_syntax) in md_assemble()
1096 if (n_operands != 1 || exp[0].X_op == O_register) in md_assemble()
1116 if (n_operands != 2 in md_assemble()
1145 if (n_operands != 2 || exp[1].X_op == O_register) in md_assemble()
1178 if (n_operands != 3 || exp[2].X_op == O_constant) in md_assemble()
1186 if (n_operands != 3) in md_assemble()
1202 if (n_operands < 1 in md_assemble()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-mmix.c834 int n_operands = 0; in md_assemble() local
1058 n_operands = get_putget_operands (instruction, operands, exp); in md_assemble()
1060 n_operands = get_operands (max_operands, operands, exp); in md_assemble()
1090 if (n_operands == 0 && ! mmix_gnu_syntax) in md_assemble()
1098 if (n_operands != 1 || exp[0].X_op == O_register) in md_assemble()
1118 if (n_operands != 2 in md_assemble()
1147 if (n_operands != 2 || exp[1].X_op == O_register) in md_assemble()
1180 if (n_operands != 3 || exp[2].X_op == O_constant) in md_assemble()
1188 if (n_operands != 3) in md_assemble()
1204 if (n_operands < 1 in md_assemble()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenpeep.cc47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
H A Dgenoutput.cc155 int n_operands; /* Number of operands this insn recognizes */ member in data
396 printf (" %d,\n", d->n_operands); in output_insn_data()
573 if (d->n_operands == 0) in place_operands()
587 if (i == d->n_operands) in place_operands()
601 for (; i < d->n_operands; ++i) in place_operands()
751 for (start = 0; start < d->n_operands; start++) in validate_insn_alternatives()
844 for (i = 0; i < d->n_operands; ++i) in validate_insn_operands()
897 d->n_operands = stats.num_insn_operands; in gen_insn()
939 d->n_operands = stats.num_insn_operands; in gen_peephole()
982 d->n_operands = stats.num_insn_operands; in gen_expand()
H A Dira-lives.cc621 if (use < recog_data.n_operands - 1 in check_and_make_def_use_conflict()
682 int n_operands = recog_data.n_operands; in check_and_make_def_conflict() local
683 const operand_alternative *op_alt = &recog_op_alt[alt * n_operands]; in check_and_make_def_conflict()
684 for (use = 0; use < n_operands; use++) in check_and_make_def_conflict()
730 = &recog_op_alt[alt1 * n_operands]; in check_and_make_def_conflict()
732 || (use < n_operands - 1 in check_and_make_def_conflict()
783 int n_operands = recog_data.n_operands; in make_early_clobber_and_input_conflicts() local
785 for (alt = 0; alt < n_alternatives; alt++, op_alt += n_operands) in make_early_clobber_and_input_conflicts()
787 for (def = 0; def < n_operands; def++) in make_early_clobber_and_input_conflicts()
942 for (i = 0; i < recog_data.n_operands; i++) in ira_implicitly_set_insn_hard_regs()
[all …]
H A Drecog.h362 char n_operands; member
390 return &recog_op_alt[which_alternative * recog_data.n_operands]; in which_op_alt()
465 const char n_operands; member
H A Dlra-constraints.cc555 int nop = curr_static_id->n_operands; in init_curr_operand_mode()
980 int n_operands = curr_static_id->n_operands; in check_conflict_input_operands() local
982 for (int nop = 0; nop < n_operands; nop++) in check_conflict_input_operands()
2031 int n_operands = curr_static_id->n_operands; in process_alt_operands() local
2075 for (nop = 0; nop < n_operands; nop++) in process_alt_operands()
2123 for (nop = 0; nop < n_operands; nop++) in process_alt_operands()
2126 ->operand_alternative[nalt * n_operands + nop].reject); in process_alt_operands()
2136 for (nop = 0; nop < n_operands; nop++) in process_alt_operands()
2160 opalt_num = nalt * n_operands + nop; in process_alt_operands()
3051 if (curr_insn_set != NULL_RTX && n_operands == 2 in process_alt_operands()
[all …]
H A Dira-conflicts.cc397 = &recog_op_alt[nalt * recog_data.n_operands]; in can_use_same_reg_p()
420 for (i = 0; i < recog_data.n_operands; i++) in process_reg_shuffles()
470 for (i = 0; i < recog_data.n_operands; i++) in add_insn_allocno_copies()
472 for (i = 0; i < recog_data.n_operands; i++) in add_insn_allocno_copies()
491 for (i = 0; i < recog_data.n_operands; i++) in add_insn_allocno_copies()
H A Dlra.cc691 data->n_operands = nop; in get_static_insn_data()
811 nop = static_data->n_operands; in setup_operand_alternative()
857 for (i = 0; i < data->insn_static_data->n_operands; i++) in collect_non_operand_hard_regs()
1042 for (i = 0; i < insn_static_data->n_operands; i++) in lra_set_insn_recog_data()
1061 = get_static_insn_data (icode, insn_data[icode].n_operands, in lra_set_insn_recog_data()
1064 n = insn_static_data->n_operands; in lra_set_insn_recog_data()
1133 for (i = 0; i < insn_static_data->n_operands; i++) in lra_set_insn_recog_data()
1234 lra_assert (nop == data->insn_static_data->n_operands); in lra_update_insn_recog_data()
1250 for (int i = 0; i < insn_static_data->n_operands; i++) in lra_update_insn_recog_data()
1260 n = insn_static_data->n_operands; in lra_update_insn_recog_data()
[all …]
H A Dira-costs.cc536 for (i = 0; i < recog_data.n_operands; i++) in record_reg_classes()
1347 && recog_data.n_operands > 1 in record_operand_costs()
1449 for (i = 0; i < recog_data.n_operands; i++) in record_operand_costs()
1460 for (i = 0; i < recog_data.n_operands; i++) in record_operand_costs()
1484 for (i = 0; i < (int) recog_data.n_operands - 1; i++) in record_operand_costs()
1492 for (j = 0; j < recog_data.n_operands; j++) in record_operand_costs()
1497 record_reg_classes (recog_data.n_alternatives, recog_data.n_operands, in record_operand_costs()
1501 record_reg_classes (recog_data.n_alternatives, recog_data.n_operands, in record_operand_costs()
1604 for (i = 0; i < recog_data.n_operands; i++) in scan_one_insn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
H A Dgenoutput.c155 int n_operands; /* Number of operands this insn recognizes */ variable
396 printf (" %d,\n", d->n_operands); in output_insn_data()
573 if (d->n_operands == 0) in place_operands()
587 if (i == d->n_operands) in place_operands()
601 for (; i < d->n_operands; ++i) in place_operands()
751 for (start = 0; start < d->n_operands; start++) in validate_insn_alternatives()
832 for (i = 0; i < d->n_operands; ++i) in validate_insn_operands()
885 d->n_operands = stats.num_insn_operands; in gen_insn()
927 d->n_operands = stats.num_insn_operands; in gen_peephole()
970 d->n_operands = stats.num_insn_operands; in gen_expand()
H A Drecog.c2235 recog_data.n_operands = 0; in extract_insn()
2266 recog_data.n_operands = noperands = asm_noperands (body); in extract_insn()
2301 recog_data.n_operands = noperands = insn_data[icode].n_operands; in extract_insn()
2339 preprocess_constraints (int n_operands, int n_alternatives, in preprocess_constraints() argument
2344 for (int i = 0; i < n_operands; i++) in preprocess_constraints()
2352 for (j = 0; j < n_alternatives; j++, op_alt += n_operands) in preprocess_constraints()
2461 int n_operands = insn_data[icode].n_operands; in preprocess_insn_constraints() local
2462 if (n_operands == 0) in preprocess_insn_constraints()
2469 int n_entries = n_operands * n_alternatives; in preprocess_insn_constraints()
2472 const char **constraints = XALLOCAVEC (const char *, n_operands); in preprocess_insn_constraints()
[all …]
H A Dira-lives.c621 if (use < recog_data.n_operands - 1 in check_and_make_def_use_conflict()
682 int n_operands = recog_data.n_operands; in check_and_make_def_conflict() local
683 const operand_alternative *op_alt = &recog_op_alt[alt * n_operands]; in check_and_make_def_conflict()
684 for (use = 0; use < n_operands; use++) in check_and_make_def_conflict()
730 = &recog_op_alt[alt1 * n_operands]; in check_and_make_def_conflict()
732 || (use < n_operands - 1 in check_and_make_def_conflict()
783 int n_operands = recog_data.n_operands; in make_early_clobber_and_input_conflicts() local
785 for (alt = 0; alt < n_alternatives; alt++, op_alt += n_operands) in make_early_clobber_and_input_conflicts()
787 for (def = 0; def < n_operands; def++) in make_early_clobber_and_input_conflicts()
933 for (i = 0; i < recog_data.n_operands; i++) in ira_implicitly_set_insn_hard_regs()
[all …]
H A Dlra-constraints.c533 int nop = curr_static_id->n_operands; in init_curr_operand_mode()
934 int n_operands = curr_static_id->n_operands; in check_conflict_input_operands() local
936 for (int nop = 0; nop < n_operands; nop++) in check_conflict_input_operands()
1981 int n_operands = curr_static_id->n_operands; in process_alt_operands() local
2024 for (nop = 0; nop < n_operands; nop++) in process_alt_operands()
2072 for (nop = 0; nop < n_operands; nop++) in process_alt_operands()
2075 ->operand_alternative[nalt * n_operands + nop].reject); in process_alt_operands()
2085 for (nop = 0; nop < n_operands; nop++) in process_alt_operands()
2108 opalt_num = nalt * n_operands + nop; in process_alt_operands()
2983 if (curr_insn_set != NULL_RTX && n_operands == 2 in process_alt_operands()
[all …]
H A Dira-conflicts.c343 = &recog_op_alt[nalt * recog_data.n_operands]; in can_use_same_reg_p()
366 for (i = 0; i < recog_data.n_operands; i++) in process_reg_shuffles()
416 for (i = 0; i < recog_data.n_operands; i++) in add_insn_allocno_copies()
418 for (i = 0; i < recog_data.n_operands; i++) in add_insn_allocno_copies()
436 for (i = 0; i < recog_data.n_operands; i++) in add_insn_allocno_copies()
H A Dlra.c685 data->n_operands = nop; in get_static_insn_data()
805 nop = static_data->n_operands; in setup_operand_alternative()
851 for (i = 0; i < data->insn_static_data->n_operands; i++) in collect_non_operand_hard_regs()
1036 for (i = 0; i < insn_static_data->n_operands; i++) in lra_set_insn_recog_data()
1055 = get_static_insn_data (icode, insn_data[icode].n_operands, in lra_set_insn_recog_data()
1058 n = insn_static_data->n_operands; in lra_set_insn_recog_data()
1127 for (i = 0; i < insn_static_data->n_operands; i++) in lra_set_insn_recog_data()
1228 lra_assert (nop == data->insn_static_data->n_operands); in lra_update_insn_recog_data()
1244 for (int i = 0; i < insn_static_data->n_operands; i++) in lra_update_insn_recog_data()
1254 n = insn_static_data->n_operands; in lra_update_insn_recog_data()
[all …]
H A Drecog.h256 char n_operands; member
284 return &recog_op_alt[which_alternative * recog_data.n_operands]; in which_op_alt()
388 const char n_operands; member
H A Dira-costs.c523 for (i = 0; i < recog_data.n_operands; i++) in record_reg_classes()
1287 && recog_data.n_operands > 1 in record_operand_costs()
1387 for (i = 0; i < recog_data.n_operands; i++) in record_operand_costs()
1398 for (i = 0; i < recog_data.n_operands; i++) in record_operand_costs()
1421 for (i = 0; i < (int) recog_data.n_operands - 1; i++) in record_operand_costs()
1429 for (j = 0; j < recog_data.n_operands; j++) in record_operand_costs()
1434 record_reg_classes (recog_data.n_alternatives, recog_data.n_operands, in record_operand_costs()
1438 record_reg_classes (recog_data.n_alternatives, recog_data.n_operands, in record_operand_costs()
1529 for (i = 0; i < recog_data.n_operands; i++) in scan_one_insn()

1234