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

  /src/external/gpl3/binutils/dist/opcodes/
s12z-opc.c 2574 enum optr opbase = (lb & 0x80) ? OP_dbNE : OP_tbNE;
2575 return opbase + ((lb & 0x70) >> 4);
2565 enum optr opbase = (lb & 0x80) ? OP_dbNE : OP_tbNE; local
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-opc.c 2574 enum optr opbase = (lb & 0x80) ? OP_dbNE : OP_tbNE;
2575 return opbase + ((lb & 0x70) >> 4);
2565 enum optr opbase = (lb & 0x80) ? OP_dbNE : OP_tbNE; local
  /src/external/gpl3/gdb.old/dist/opcodes/
s12z-opc.c 2574 enum optr opbase = (lb & 0x80) ? OP_dbNE : OP_tbNE;
2575 return opbase + ((lb & 0x70) >> 4);
2565 enum optr opbase = (lb & 0x80) ? OP_dbNE : OP_tbNE; local
  /src/external/gpl3/gdb/dist/opcodes/
s12z-opc.c 2574 enum optr opbase = (lb & 0x80) ? OP_dbNE : OP_tbNE;
2575 return opbase + ((lb & 0x70) >> 4);
2565 enum optr opbase = (lb & 0x80) ? OP_dbNE : OP_tbNE; local

Completed in 20 milliseconds