Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c783 #define OpExt(i,m) ((i >> m->extshft) & m->extmask) /* extract opcode extension */ macro
2256 ext = OpExt(instruct.w, m); in db_disasm()