| /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++)
|
| 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++)
|
| 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++)
|
| /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++)
|
| 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++)
|
| 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++)
|
| /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++)
|
| 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++)
|
| 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++)
|
| /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);
|
| 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);
|
| 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);
|
| 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);
|
| 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/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++)
|
| 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++)
|
| 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++)
|
| /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-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/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++)
|
| 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...] |