HomeSort by: relevance | last modified time | path
    Searched defs:n_operands (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/tests/devel/
gen-test-longlong_h.c 42 size_t n_operands = 0; local
65 ops[n_operands++] = 1 << i;
66 ops[n_operands++] = -(1 << i);
67 ops[n_operands++] = (1 << i) - 1;
68 ops[n_operands++] = -(1 << i) - 1;
77 printf ("static const int ops[%zu] = {\n", n_operands);
78 for (int i = 0; i < n_operands; i++)
87 for (int i = 0; i < n_operands; i++)
89 for (int j = 0; j < n_operands; j++)
108 for (int i = 0; i < n_operands; i++
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genpeep.cc 47 static int n_operands; variable
61 n_operands = 0;
101 printf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands);
139 if (XINT (x, 0) >= n_operands)
140 n_operands = 1 + XINT (x, 0);
183 if (XINT (x, 0) >= n_operands)
184 n_operands = 1 + XINT (x, 0);
206 if (XINT (x, 0) >= n_operands)
207 n_operands = 1 + XINT (x, 0);
genoutput.cc 36 d. `n_operands' is the number of distinct operands in the pattern
84 insn_data[24].n_operands to be 1. */
156 int n_operands; /* Number of operands this insn recognizes */
400 printf (" %d,\n", d->n_operands);
578 if (d->n_operands == 0)
592 if (i == d->n_operands)
606 for (; i < d->n_operands; ++i)
797 for (start = 0; start < d->n_operands; start++)
890 for (i = 0; i < d->n_operands; ++i)
946 d->n_operands = stats.num_insn_operands
155 int n_operands; \/* Number of operands this insn recognizes *\/ member in class:data
    [all...]
lra-constraints.cc 577 int nop = curr_static_id->n_operands;
1006 int n_operands = curr_static_id->n_operands;
1008 for (int nop = 0; nop < n_operands; nop++)
2101 for (int i = 0; i < curr_static_id->n_operands; i++)
2104 [alt_number * curr_static_id->n_operands + i].constraint);
2124 int n_operands = curr_static_id->n_operands;
2174 for (nop = 0; nop < n_operands; nop++)
2230 for (nop = 0; nop < n_operands; nop++
1003 int n_operands = curr_static_id->n_operands; local
    [all...]
lra-int.h 183 char n_operands; member in struct:lra_static_insn_data
recog.h 384 char n_operands; member in struct:recog_data_d
423 return &recog_op_alt[which_alternative * recog_data.n_operands];
499 const char n_operands; member in struct:insn_data_d
ira-lives.cc 622 if (use < recog_data.n_operands - 1
683 int n_operands = recog_data.n_operands; local
684 const operand_alternative *op_alt = &recog_op_alt[alt * n_operands];
685 for (use = 0; use < n_operands; use++)
731 = &recog_op_alt[alt1 * n_operands];
733 || (use < n_operands - 1
784 int n_operands = recog_data.n_operands; local
786 for (alt = 0; alt < n_alternatives; alt++, op_alt += n_operands)
    [all...]
recog.cc 75 operand OP of alternative A is at index A * n_operands + OP.
2762 recog_data.n_operands = 0;
2793 recog_data.n_operands = noperands = asm_noperands (body);
2828 recog_data.n_operands = noperands = insn_data[icode].n_operands;
2856 /* Fill in OP_ALT_BASE for an instruction that has N_OPERANDS
2858 CONSTRAINTS. OP_ALT_BASE has N_ALTERNATIVES * N_OPERANDS entries
2859 and CONSTRAINTS has N_OPERANDS entries. OPLOC should be passed in
2866 preprocess_constraints (int n_operands, int n_alternatives,
2871 for (int i = 0; i < n_operands; i++
2987 int n_operands = insn_data[icode].n_operands; local
3021 int n_operands = recog_data.n_operands; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genpeep.cc 47 static int n_operands; variable
61 n_operands = 0;
101 printf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands);
139 if (XINT (x, 0) >= n_operands)
140 n_operands = 1 + XINT (x, 0);
183 if (XINT (x, 0) >= n_operands)
184 n_operands = 1 + XINT (x, 0);
206 if (XINT (x, 0) >= n_operands)
207 n_operands = 1 + XINT (x, 0);
genoutput.cc 36 d. `n_operands' is the number of distinct operands in the pattern
84 insn_data[24].n_operands to be 1. */
156 int n_operands; /* Number of operands this insn recognizes */
399 printf (" %d,\n", d->n_operands);
577 if (d->n_operands == 0)
591 if (i == d->n_operands)
605 for (; i < d->n_operands; ++i)
757 for (start = 0; start < d->n_operands; start++)
850 for (i = 0; i < d->n_operands; ++i)
904 d->n_operands = stats.num_insn_operands
155 int n_operands; \/* Number of operands this insn recognizes *\/ member in class:data
    [all...]
lra-constraints.cc 556 int nop = curr_static_id->n_operands;
983 int n_operands = curr_static_id->n_operands;
985 for (int nop = 0; nop < n_operands; nop++)
2034 int n_operands = curr_static_id->n_operands;
2078 for (nop = 0; nop < n_operands; nop++)
2126 for (nop = 0; nop < n_operands; nop++)
2129 ->operand_alternative[nalt * n_operands + nop].reject);
2139 for (nop = 0; nop < n_operands; nop++
980 int n_operands = curr_static_id->n_operands; local
    [all...]
lra-int.h 183 char n_operands; member in struct:lra_static_insn_data
recog.h 362 char n_operands; member in struct:recog_data_d
390 return &recog_op_alt[which_alternative * recog_data.n_operands];
465 const char n_operands; member in struct:insn_data_d
ira-lives.cc 621 if (use < recog_data.n_operands - 1
682 int n_operands = recog_data.n_operands; local
683 const operand_alternative *op_alt = &recog_op_alt[alt * n_operands];
684 for (use = 0; use < n_operands; use++)
730 = &recog_op_alt[alt1 * n_operands];
732 || (use < n_operands - 1
783 int n_operands = recog_data.n_operands; local
785 for (alt = 0; alt < n_alternatives; alt++, op_alt += n_operands)
    [all...]
recog.cc 75 operand OP of alternative A is at index A * n_operands + OP.
2741 recog_data.n_operands = 0;
2772 recog_data.n_operands = noperands = asm_noperands (body);
2807 recog_data.n_operands = noperands = insn_data[icode].n_operands;
2835 /* Fill in OP_ALT_BASE for an instruction that has N_OPERANDS
2837 CONSTRAINTS. OP_ALT_BASE has N_ALTERNATIVES * N_OPERANDS entries
2838 and CONSTRAINTS has N_OPERANDS entries. OPLOC should be passed in
2845 preprocess_constraints (int n_operands, int n_alternatives,
2850 for (int i = 0; i < n_operands; i++
2960 int n_operands = insn_data[icode].n_operands; local
2994 int n_operands = recog_data.n_operands; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
s12z-dis.c 331 int n_operands = 0; local
346 decode_s12z (&operator, &osize, &n_operands, operands,
357 for (o = 0; o < n_operands; ++o)
387 for (o = 0; o < n_operands; ++o)
s12z-opc.c 37 int *n_operands, struct operand **operand);
72 int n_operands; member in struct:opr_pb
120 return pb->n_operands;
162 int n_operands; member in struct:opr_bb
196 int n = bbs->n_operands;
408 z_ext24_decode (struct mem_read_abstraction_base *mra, int *n_operands,
428 operand[(*n_operands)++] = op;
468 int *n_operands, struct operand **operand)
479 operand[(*n_operands)++] = op;
486 int *n_operands, struct operand **operand
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-dis.c 331 int n_operands = 0; local
346 decode_s12z (&operator, &osize, &n_operands, operands,
357 for (o = 0; o < n_operands; ++o)
387 for (o = 0; o < n_operands; ++o)
s12z-opc.c 37 int *n_operands, struct operand **operand);
72 int n_operands; member in struct:opr_pb
120 return pb->n_operands;
162 int n_operands; member in struct:opr_bb
196 int n = bbs->n_operands;
408 z_ext24_decode (struct mem_read_abstraction_base *mra, int *n_operands,
428 operand[(*n_operands)++] = op;
468 int *n_operands, struct operand **operand)
479 operand[(*n_operands)++] = op;
486 int *n_operands, struct operand **operand
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
s12z-dis.c 331 int n_operands = 0; local
346 decode_s12z (&operator, &osize, &n_operands, operands,
357 for (o = 0; o < n_operands; ++o)
387 for (o = 0; o < n_operands; ++o)
  /src/external/gpl3/gdb.old/dist/opcodes/
s12z-dis.c 331 int n_operands = 0; local
346 decode_s12z (&operator, &osize, &n_operands, operands,
357 for (o = 0; o < n_operands; ++o)
387 for (o = 0; o < n_operands; ++o)
  /src/external/gpl3/gdb/dist/gdb/
s12z-tdep.c 194 push_pull_get_stack_adjustment (int n_operands,
198 gdb_assert (n_operands > 0);
204 for (int i = 0; i < n_operands; ++i)
326 int n_operands = 0; local
330 decode_s12z (&optr, &osize, &n_operands, operands,
356 frame_size += push_pull_get_stack_adjustment (n_operands, operands);
359 frame_size -= push_pull_get_stack_adjustment (n_operands, operands);
385 for (int o = 0; o < n_operands; ++o)
  /src/external/gpl3/gdb.old/dist/gdb/
s12z-tdep.c 194 push_pull_get_stack_adjustment (int n_operands,
198 gdb_assert (n_operands > 0);
204 for (int i = 0; i < n_operands; ++i)
326 int n_operands = 0; local
330 decode_s12z (&optr, &osize, &n_operands, operands,
356 frame_size += push_pull_get_stack_adjustment (n_operands, operands);
359 frame_size -= push_pull_get_stack_adjustment (n_operands, operands);
385 for (int o = 0; o < n_operands; ++o)
  /src/external/gpl3/binutils/dist/gas/config/
tc-mmix.c 824 int n_operands = 0; local
1048 n_operands = get_putget_operands (instruction, operands, exp);
1050 n_operands = get_operands (max_operands, operands, exp);
1080 if (n_operands == 0 && ! mmix_gnu_syntax)
1088 if (n_operands != 1 || exp[0].X_op == O_register)
1108 if (n_operands != 2
1137 if (n_operands != 2 || exp[1].X_op == O_register)
1170 if (n_operands != 3 || exp[2].X_op == O_constant)
1178 if (n_operands != 3)
1194 if (n_operands <
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mmix.c 824 int n_operands = 0; local
1048 n_operands = get_putget_operands (instruction, operands, exp);
1050 n_operands = get_operands (max_operands, operands, exp);
1080 if (n_operands == 0 && ! mmix_gnu_syntax)
1088 if (n_operands != 1 || exp[0].X_op == O_register)
1108 if (n_operands != 2
1137 if (n_operands != 2 || exp[1].X_op == O_register)
1170 if (n_operands != 3 || exp[2].X_op == O_constant)
1178 if (n_operands != 3)
1194 if (n_operands <
    [all...]

Completed in 49 milliseconds

1 2