HomeSort by: relevance | last modified time | path
    Searched refs:powerpc_operands (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c 603 operand = &powerpc_operands[*opindex];
656 operand = powerpc_operands + *opindex;
700 operand = powerpc_operands + *opindex;
755 operand = powerpc_operands + *opindex;
800 operand = powerpc_operands + *opindex;
853 operand = powerpc_operands + *opindex;
1071 operand = powerpc_operands + *opindex;
ppc-opc.c 2801 const struct powerpc_operand powerpc_operands[] =
3972 const unsigned int num_powerpc_operands = ARRAY_SIZE (powerpc_operands);
2800 const struct powerpc_operand powerpc_operands[] = variable in typeref:struct:powerpc_operand
  /src/external/gpl3/binutils/dist/include/opcode/
ppc.h 353 extern const struct powerpc_operand powerpc_operands[];
  /src/external/gpl3/binutils.old/dist/include/opcode/
ppc.h 353 extern const struct powerpc_operand powerpc_operands[];
  /src/external/gpl3/gdb.old/dist/include/opcode/
ppc.h 353 extern const struct powerpc_operand powerpc_operands[];
  /src/external/gpl3/gdb/dist/include/opcode/
ppc.h 353 extern const struct powerpc_operand powerpc_operands[];
  /src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c 624 operand = &powerpc_operands[*opindex];
677 operand = powerpc_operands + *opindex;
721 operand = powerpc_operands + *opindex;
776 operand = powerpc_operands + *opindex;
821 operand = powerpc_operands + *opindex;
874 operand = powerpc_operands + *opindex;
1092 operand = powerpc_operands + *opindex;
ppc-opc.c 2869 const struct powerpc_operand powerpc_operands[] =
4057 const unsigned int num_powerpc_operands = ARRAY_SIZE (powerpc_operands);
2868 const struct powerpc_operand powerpc_operands[] = variable in typeref:struct:powerpc_operand
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c 613 operand = &powerpc_operands[*opindex];
666 operand = powerpc_operands + *opindex;
710 operand = powerpc_operands + *opindex;
765 operand = powerpc_operands + *opindex;
810 operand = powerpc_operands + *opindex;
863 operand = powerpc_operands + *opindex;
1081 operand = powerpc_operands + *opindex;
ppc-opc.c 2869 const struct powerpc_operand powerpc_operands[] =
4056 const unsigned int num_powerpc_operands = ARRAY_SIZE (powerpc_operands);
2868 const struct powerpc_operand powerpc_operands[] = variable in typeref:struct:powerpc_operand
  /src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c 613 operand = &powerpc_operands[*opindex];
666 operand = powerpc_operands + *opindex;
710 operand = powerpc_operands + *opindex;
765 operand = powerpc_operands + *opindex;
810 operand = powerpc_operands + *opindex;
863 operand = powerpc_operands + *opindex;
1081 operand = powerpc_operands + *opindex;
ppc-opc.c 2869 const struct powerpc_operand powerpc_operands[] =
4057 const unsigned int num_powerpc_operands = ARRAY_SIZE (powerpc_operands);
2868 const struct powerpc_operand powerpc_operands[] = variable in typeref:struct:powerpc_operand
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 1562 const struct powerpc_operand *operand = &powerpc_operands[*o];
1635 /* An index into powerpc_operands is stored in struct fix
1643 uint64_t mask = powerpc_operands[i].bitm;
1644 unsigned long flags = powerpc_operands[i].flags;
1657 as_bad (_("powerpc_operands[%d].bitm invalid"), i);
1661 if (memcmp (&powerpc_operands[i], &powerpc_operands[j],
1662 sizeof (powerpc_operands[0])) == 0)
1664 as_bad (_("powerpc_operands[%d] duplicates powerpc_operands[%d]")
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 1598 const struct powerpc_operand *operand = &powerpc_operands[*o];
1671 /* An index into powerpc_operands is stored in struct fix
1679 uint64_t mask = powerpc_operands[i].bitm;
1680 unsigned long flags = powerpc_operands[i].flags;
1693 as_bad (_("powerpc_operands[%d].bitm invalid"), i);
1697 if (memcmp (&powerpc_operands[i], &powerpc_operands[j],
1698 sizeof (powerpc_operands[0])) == 0)
1700 as_bad (_("powerpc_operands[%d] duplicates powerpc_operands[%d]")
    [all...]

Completed in 56 milliseconds