Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dxgate-dis.c37 struct decodeInfo struct
50 static struct decodeInfo * find_match (unsigned int); argument
53 static struct decodeInfo *decodeTable;
70 struct decodeInfo *decodeTablePTR = 0; in print_insn()
71 struct decodeInfo *decodePTR = 0; in print_insn()
84 decodeTable = xmalloc (sizeof (struct decodeInfo) * xgate_num_opcodes); in print_insn()
348 static struct decodeInfo *
351 struct decodeInfo *decodeTablePTR = 0; in find_match()