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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dcris-dis.c180 const struct cris_opcode *max_matchedp = NULL;
289 max_matchedp = prefix_opc_table[insn];
291 max_matchedp = opc_table[insn];
376 max_matchedp = opcodep;
393 opc_table[insn] = max_matchedp;
395 prefix_opc_table[insn] = max_matchedp;
398 return max_matchedp;
179 const struct cris_opcode *max_matchedp = NULL; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dcris-dis.c180 const struct cris_opcode *max_matchedp = NULL;
289 max_matchedp = prefix_opc_table[insn];
291 max_matchedp = opc_table[insn];
376 max_matchedp = opcodep;
393 opc_table[insn] = max_matchedp;
395 prefix_opc_table[insn] = max_matchedp;
398 return max_matchedp;
179 const struct cris_opcode *max_matchedp = NULL; local

Completed in 108 milliseconds