Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dvax-dis.c379 const struct vot *votp; in print_insn_vax() local
445 for (votp = &votstrs[0]; votp->name[0]; votp++) in print_insn_vax()
447 vax_opcodeT opcode = votp->detail.code; in print_insn_vax()
453 argp = votp->detail.args; in print_insn_vax()
467 arg = buffer + ((votp->detail.code >> 8) ? 2 : 1); in print_insn_vax()
472 (*info->fprintf_func) (info->stream, "%s", votp->name); in print_insn_vax()