Home
last modified time | relevance | path

Searched refs:subops (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c766 const struct inst **subops; /* pointer to table of subops indexed by member
1275 m->subops = (const struct inst **)i; in iExInit()
1277 m->subops[i->opcext] = i; in iExInit()
2337 i = (const struct inst *)m->subops; in db_disasm()
2339 i = m->subops[ext]; in db_disasm()