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

1 2

  /src/external/gpl3/binutils/dist/opcodes/
xtensa-dis.c 276 int bytes_fetched, size, maxsize, i, n, noperands, nslots; local
455 noperands = xtensa_opcode_num_operands (isa, opc);
457 for (i = 0; i < noperands; i++)
z8k-opc.h 295 unsigned int noperands; member in struct:__anon10965
  /src/external/gpl3/binutils.old/dist/opcodes/
xtensa-dis.c 276 int bytes_fetched, size, maxsize, i, n, noperands, nslots; local
455 noperands = xtensa_opcode_num_operands (isa, opc);
457 for (i = 0; i < noperands; i++)
z8k-opc.h 295 unsigned int noperands; member in struct:__anon12412
  /src/external/gpl3/gdb/dist/opcodes/
xtensa-dis.c 276 int bytes_fetched, size, maxsize, i, n, noperands, nslots; local
455 noperands = xtensa_opcode_num_operands (isa, opc);
457 for (i = 0; i < noperands; i++)
z8k-opc.h 295 unsigned int noperands; member in struct:__anon19090
  /src/external/gpl3/gdb.old/dist/opcodes/
xtensa-dis.c 276 int bytes_fetched, size, maxsize, i, n, noperands, nslots; local
455 noperands = xtensa_opcode_num_operands (isa, opc);
457 for (i = 0; i < noperands; i++)
z8k-opc.h 295 unsigned int noperands; member in struct:__anon21829
  /src/external/lgpl3/mpc/dist/tools/bench/
mpcbench.c 58 int noperands; /* number of operands */ member in struct:benchfunc
214 if (arrayfunc[i].noperands==2)
230 ti = arrayfunc[i].func_accurate (niter, NB_RAND_CPLX, zptr, xptr, yptr, arrayfunc[i].noperands);
  /src/external/lgpl3/mpfr/dist/tools/bench/
mpfrbench.c 58 int noperands; /* number of operands */ member in struct:benchfunc
174 if (arrayfunc[i].noperands==2)
191 ti = arrayfunc[i].func_accurate (niter, NB_RAND_FLOAT, zptr, xptr, yptr, arrayfunc[i].noperands);
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 64 int noperands; member in struct:h8_instruction
314 pi->noperands = 0;
315 while (pi->noperands < 3 && p->args.nib[pi->noperands] != (op_type) E)
316 pi->noperands++;
331 pi->noperands = 0;
891 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand)
895 switch (noperands)
1070 int noperands = 0; local
1078 while (noperands < 3 && operands[noperands].mode != 0
    [all...]
tc-z8k.c 735 switch (opcode->noperands)
862 unsigned int noperands = opcode->noperands; local
871 for (i = 0; i < noperands; i++)
tc-xtensa.c 2631 int noperands, opi;
2636 noperands = xtensa_opcode_num_operands (xtensa_default_isa, opcode);
2637 for (opi = noperands - 1; opi >= 0; opi--)
4060 int noperands;
4071 noperands = xtensa_opcode_num_operands (xtensa_default_isa,
4073 if (orig_insn->ntok < noperands)
4080 noperands);
4083 if (orig_insn->ntok > noperands)
4089 noperands);
4093 orig_insn->ntok = noperands;
2626 int noperands, opi; local
4052 int noperands; local
12679 int noperands = xtensa_opcode_num_operands (isa, opcode); local
13072 int noperands = xtensa_opcode_num_operands (isa, opcode); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 64 int noperands; member in struct:h8_instruction
314 pi->noperands = 0;
315 while (pi->noperands < 3 && p->args.nib[pi->noperands] != (op_type) E)
316 pi->noperands++;
331 pi->noperands = 0;
891 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand)
895 switch (noperands)
1070 int noperands = 0; local
1078 while (noperands < 3 && operands[noperands].mode != 0
    [all...]
tc-z8k.c 735 switch (opcode->noperands)
862 unsigned int noperands = opcode->noperands; local
871 for (i = 0; i < noperands; i++)
  /src/external/gpl3/gcc/dist/gcc/
recog.cc 140 int noperands;
158 noperands = asm_noperands (x);
159 if (noperands < 0)
161 if (noperands == 0)
164 operands = XALLOCAVEC (rtx, noperands);
165 constraints = XALLOCAVEC (const char *, noperands);
169 for (i = 0; i < noperands; i++)
2175 referenced by % markers. For the first NOPERANDS operands, set USED[I]
2188 unsigned int noperands)
2190 memset (used, 0, sizeof (bool) * noperands);
139 int noperands; local
2751 int noperands; local
    [all...]
final.cc 2622 unsigned int noperands = asm_noperands (body);
2623 rtx *ops = XALLOCAVEC (rtx, noperands);
2634 insn_noperands = noperands;
2613 unsigned int noperands = asm_noperands (body); local
reload.cc 2635 int noperands;
2737 noperands = reload_n_operands = recog_data.n_operands;
2741 if (noperands == 0 || n_alternatives == 0)
2748 noperands * sizeof (machine_mode));
2750 noperands * sizeof (const char *));
2759 for (i = 0; i < noperands; i++)
2787 gcc_assert (i != noperands - 1);
2852 for (i = 0; i < noperands; i++)
2999 if (set != 0 && noperands >= 2 && recog_data.operand[0] == SET_DEST (set)
3083 for (i = 0; i < noperands; i++
2622 int noperands; local
    [all...]
reload1.cc 1324 int i, noperands;
1329 || (noperands = asm_noperands (PATTERN (chain->insn))) < 0)
1351 for (i = 0; i < noperands; i++)
1319 int i, noperands; local
  /src/external/gpl3/gcc.old/dist/gcc/
recog.cc 140 int noperands;
158 noperands = asm_noperands (x);
159 if (noperands < 0)
161 if (noperands == 0)
164 operands = XALLOCAVEC (rtx, noperands);
165 constraints = XALLOCAVEC (const char *, noperands);
169 for (i = 0; i < noperands; i++)
2154 referenced by % markers. For the first NOPERANDS operands, set USED[I]
2167 unsigned int noperands)
2169 memset (used, 0, sizeof (bool) * noperands);
139 int noperands; local
2730 int noperands; local
    [all...]
final.cc 2676 unsigned int noperands = asm_noperands (body);
2677 rtx *ops = XALLOCAVEC (rtx, noperands);
2688 insn_noperands = noperands;
2667 unsigned int noperands = asm_noperands (body); local
reload.cc 2634 int noperands;
2736 noperands = reload_n_operands = recog_data.n_operands;
2740 if (noperands == 0 || n_alternatives == 0)
2747 noperands * sizeof (machine_mode));
2749 noperands * sizeof (const char *));
2758 for (i = 0; i < noperands; i++)
2786 gcc_assert (i != noperands - 1);
2851 for (i = 0; i < noperands; i++)
2998 if (set != 0 && noperands >= 2 && recog_data.operand[0] == SET_DEST (set)
3082 for (i = 0; i < noperands; i++
2621 int noperands; local
    [all...]
reload1.cc 1324 int i, noperands;
1329 || (noperands = asm_noperands (PATTERN (chain->insn))) < 0)
1351 for (i = 0; i < noperands; i++)
1319 int i, noperands; local
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 3090 NOPERANDS is the count of inputs.
3096 int noperands, rtx equiv)
3103 for (i = 0; i < noperands; ++i)
3239 int noperands = 1, mode;
3256 noperands = 2;
3261 noperands = 2;
3267 alpha_emit_xfloating_libcall (func, operands[0], out_operands, noperands,
3231 int noperands = 1, mode; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 3089 NOPERANDS is the count of inputs.
3095 int noperands, rtx equiv)
3102 for (i = 0; i < noperands; ++i)
3238 int noperands = 1, mode;
3255 noperands = 2;
3260 noperands = 2;
3266 alpha_emit_xfloating_libcall (func, operands[0], out_operands, noperands,
3230 int noperands = 1, mode; local

Completed in 175 milliseconds

1 2