Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/vax/vax/
Dopcodes.c462 argp = vax_inst2[INDEX_OPCODE(opc)].argdesc; in skip_opcode()
464 argp = vax_inst[opc].argdesc; in skip_opcode()
Ddb_disasm.h51 const char *argdesc; member
Ddb_disasm.c222 ib->argp = vax_inst[ib->opc].argdesc; in get_operands()