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

  /src/external/bsd/pcc/dist/pcc/mip/
common.c 370 switch (optype(q->n_op)) {
449 #define OPTYPE(x) optype(x)
451 #define OPTYPE(x) coptype(x)
476 switch (OPTYPE( t->n_op )) {
498 opty = OPTYPE(t->n_op);
  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];

Completed in 26 milliseconds