HomeSort by: relevance | last modified time | path
    Searched defs:opindex_ptr (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
m10200-dis.c 70 const unsigned char *opindex_ptr; local
78 for (opindex_ptr = op->operands, nocomma = 1;
79 *opindex_ptr != 0;
80 opindex_ptr++)
84 operand = &mn10200_operands[*opindex_ptr];
m10300-dis.c 82 const unsigned char *opindex_ptr; local
308 for (opindex_ptr = op->operands, nocomma = 1;
309 *opindex_ptr != 0;
310 opindex_ptr++)
314 operand = &mn10300_operands[*opindex_ptr];
v850-dis.c 329 const unsigned char *opindex_ptr; local
333 for (opindex_ptr = op->operands, opnum = 1;
334 *opindex_ptr != 0;
335 opindex_ptr++, opnum++)
340 operand = &v850_operands[*opindex_ptr];
381 for (opindex_ptr = op->operands, opnum = 1;
382 *opindex_ptr != 0;
383 opindex_ptr++, opnum++)
390 operand = &v850_operands[*opindex_ptr];
449 && (v850_operands[*(opindex_ptr - 1)].flag
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
m10200-dis.c 70 const unsigned char *opindex_ptr; local
78 for (opindex_ptr = op->operands, nocomma = 1;
79 *opindex_ptr != 0;
80 opindex_ptr++)
84 operand = &mn10200_operands[*opindex_ptr];
m10300-dis.c 82 const unsigned char *opindex_ptr; local
308 for (opindex_ptr = op->operands, nocomma = 1;
309 *opindex_ptr != 0;
310 opindex_ptr++)
314 operand = &mn10300_operands[*opindex_ptr];
v850-dis.c 329 const unsigned char *opindex_ptr; local
333 for (opindex_ptr = op->operands, opnum = 1;
334 *opindex_ptr != 0;
335 opindex_ptr++, opnum++)
340 operand = &v850_operands[*opindex_ptr];
381 for (opindex_ptr = op->operands, opnum = 1;
382 *opindex_ptr != 0;
383 opindex_ptr++, opnum++)
390 operand = &v850_operands[*opindex_ptr];
449 && (v850_operands[*(opindex_ptr - 1)].flag
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
m10200-dis.c 70 const unsigned char *opindex_ptr; local
78 for (opindex_ptr = op->operands, nocomma = 1;
79 *opindex_ptr != 0;
80 opindex_ptr++)
84 operand = &mn10200_operands[*opindex_ptr];
m10300-dis.c 82 const unsigned char *opindex_ptr; local
308 for (opindex_ptr = op->operands, nocomma = 1;
309 *opindex_ptr != 0;
310 opindex_ptr++)
314 operand = &mn10300_operands[*opindex_ptr];
v850-dis.c 329 const unsigned char *opindex_ptr; local
333 for (opindex_ptr = op->operands, opnum = 1;
334 *opindex_ptr != 0;
335 opindex_ptr++, opnum++)
340 operand = &v850_operands[*opindex_ptr];
381 for (opindex_ptr = op->operands, opnum = 1;
382 *opindex_ptr != 0;
383 opindex_ptr++, opnum++)
390 operand = &v850_operands[*opindex_ptr];
449 && (v850_operands[*(opindex_ptr - 1)].flag
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
m10200-dis.c 70 const unsigned char *opindex_ptr; local
78 for (opindex_ptr = op->operands, nocomma = 1;
79 *opindex_ptr != 0;
80 opindex_ptr++)
84 operand = &mn10200_operands[*opindex_ptr];
m10300-dis.c 82 const unsigned char *opindex_ptr; local
308 for (opindex_ptr = op->operands, nocomma = 1;
309 *opindex_ptr != 0;
310 opindex_ptr++)
314 operand = &mn10300_operands[*opindex_ptr];
v850-dis.c 329 const unsigned char *opindex_ptr; local
333 for (opindex_ptr = op->operands, opnum = 1;
334 *opindex_ptr != 0;
335 opindex_ptr++, opnum++)
340 operand = &v850_operands[*opindex_ptr];
381 for (opindex_ptr = op->operands, opnum = 1;
382 *opindex_ptr != 0;
383 opindex_ptr++, opnum++)
390 operand = &v850_operands[*opindex_ptr];
449 && (v850_operands[*(opindex_ptr - 1)].flag
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10200.c 872 const unsigned char *opindex_ptr;
911 for (opindex_ptr = opcode->operands;
912 *opindex_ptr != 0;
913 opindex_ptr++)
920 operand = &mn10200_operands[*opindex_ptr];
1093 fixups[fc].opindex = *opindex_ptr;
869 const unsigned char *opindex_ptr; local
tc-mn10300.c 1239 const unsigned char *opindex_ptr;
1293 for (op_idx = 1, opindex_ptr = opcode->operands;
1294 *opindex_ptr != 0;
1295 opindex_ptr++, op_idx++)
1302 operand = &mn10300_operands[*opindex_ptr];
1758 fixups[fc].opindex = *opindex_ptr;
1236 const unsigned char *opindex_ptr; local
tc-s390.c 1378 operand_count (const unsigned char *opindex_ptr)
1382 for (; *opindex_ptr != 0; opindex_ptr++)
1386 if (!(s390_operands[*opindex_ptr].flags & (S390_OPERAND_DISP
1398 skip_optargs_p (unsigned int opcode_flags, const unsigned char *opindex_ptr)
1402 unsigned int opcount = operand_count (opindex_ptr);
1436 const unsigned char *opindex_ptr; local
1452 for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++
    [all...]
tc-v850.c 2265 const unsigned char *opindex_ptr;
2314 opindex_ptr = opcode->operands;
2345 for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
2353 operand = &v850_operands[*opindex_ptr];
2508 fixups[fc].opindex = *opindex_ptr;
2579 fixups[fc].opindex = *opindex_ptr;
2626 fixups[fc].opindex = *opindex_ptr;
2663 fixups[fc].opindex = *opindex_ptr;
2262 const unsigned char *opindex_ptr; local
    [all...]
tc-ppc.c 3290 const ppc_opindex_t *opindex_ptr;
3363 for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
3372 operand = &powerpc_operands[*opindex_ptr];
3393 for (optr = opindex_ptr; *optr != 0; optr++)
3438 next_opindex = *opindex_ptr + 1;
3580 fixups[fc].opindex = *opindex_ptr;
3920 fixups[fc].opindex = *opindex_ptr;
3929 fixups[fc].opindex = *opindex_ptr;
3280 const ppc_opindex_t *opindex_ptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10200.c 872 const unsigned char *opindex_ptr;
912 for (op_idx = 1, opindex_ptr = opcode->operands;
913 *opindex_ptr != 0;
914 opindex_ptr++, op_idx++)
921 operand = &mn10200_operands[*opindex_ptr];
1094 fixups[fc].opindex = *opindex_ptr;
869 const unsigned char *opindex_ptr; local
tc-mn10300.c 1239 const unsigned char *opindex_ptr;
1293 for (op_idx = 1, opindex_ptr = opcode->operands;
1294 *opindex_ptr != 0;
1295 opindex_ptr++, op_idx++)
1302 operand = &mn10300_operands[*opindex_ptr];
1758 fixups[fc].opindex = *opindex_ptr;
1236 const unsigned char *opindex_ptr; local
tc-s390.c 1378 operand_count (const unsigned char *opindex_ptr)
1382 for (; *opindex_ptr != 0; opindex_ptr++)
1386 if (!(s390_operands[*opindex_ptr].flags & (S390_OPERAND_DISP
1398 skip_optargs_p (unsigned int opcode_flags, const unsigned char *opindex_ptr)
1402 unsigned int opcount = operand_count (opindex_ptr);
1436 const unsigned char *opindex_ptr; local
1452 for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++
    [all...]
tc-v850.c 2270 const unsigned char *opindex_ptr;
2319 opindex_ptr = opcode->operands;
2350 for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
2358 operand = &v850_operands[*opindex_ptr];
2513 fixups[fc].opindex = *opindex_ptr;
2584 fixups[fc].opindex = *opindex_ptr;
2631 fixups[fc].opindex = *opindex_ptr;
2668 fixups[fc].opindex = *opindex_ptr;
2267 const unsigned char *opindex_ptr; local
    [all...]
tc-ppc.c 3326 const ppc_opindex_t *opindex_ptr;
3399 for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
3408 operand = &powerpc_operands[*opindex_ptr];
3429 for (optr = opindex_ptr; *optr != 0; optr++)
3474 next_opindex = *opindex_ptr + 1;
3616 fixups[fc].opindex = *opindex_ptr;
3956 fixups[fc].opindex = *opindex_ptr;
3965 fixups[fc].opindex = *opindex_ptr;
3316 const ppc_opindex_t *opindex_ptr; local
    [all...]

Completed in 41 milliseconds