Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dcris-dis.c178 const struct cris_opcode *max_matchedp = NULL; in get_opcode_entry() local
287 max_matchedp = prefix_opc_table[insn]; in get_opcode_entry()
289 max_matchedp = opc_table[insn]; in get_opcode_entry()
374 max_matchedp = opcodep; in get_opcode_entry()
391 opc_table[insn] = max_matchedp; in get_opcode_entry()
393 prefix_opc_table[insn] = max_matchedp; in get_opcode_entry()
396 return max_matchedp; in get_opcode_entry()