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

  /src/sys/arch/hppa/hppa/
db_disasm.c 519 * requirement that all subops of a major opcode begin in the same
776 const struct inst **subops; /* pointer to table of subops indexed by member in struct:majoropcode
1279 * Lastly, fill in all legal subops with the appropriate info.
1284 m->subops = __UNCONST(i);
1286 m->subops[i->opcext] = i;
2260 i = (const struct inst *)m->subops;
2262 i = m->subops[ext];

Completed in 12 milliseconds