HomeSort by: relevance | last modified time | path
    Searched defs:max_matchedp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
cris-dis.c 179 const struct cris_opcode *max_matchedp = NULL;
288 max_matchedp = prefix_opc_table[insn];
290 max_matchedp = opc_table[insn];
375 max_matchedp = opcodep;
392 opc_table[insn] = max_matchedp;
394 prefix_opc_table[insn] = max_matchedp;
397 return max_matchedp;
178 const struct cris_opcode *max_matchedp = NULL; local
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c 179 const struct cris_opcode *max_matchedp = NULL;
288 max_matchedp = prefix_opc_table[insn];
290 max_matchedp = opc_table[insn];
375 max_matchedp = opcodep;
392 opc_table[insn] = max_matchedp;
394 prefix_opc_table[insn] = max_matchedp;
397 return max_matchedp;
178 const struct cris_opcode *max_matchedp = NULL; local
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-dis.c 179 const struct cris_opcode *max_matchedp = NULL;
288 max_matchedp = prefix_opc_table[insn];
290 max_matchedp = opc_table[insn];
375 max_matchedp = opcodep;
392 opc_table[insn] = max_matchedp;
394 prefix_opc_table[insn] = max_matchedp;
397 return max_matchedp;
178 const struct cris_opcode *max_matchedp = NULL; local
  /src/external/gpl3/gdb/dist/opcodes/
cris-dis.c 179 const struct cris_opcode *max_matchedp = NULL;
288 max_matchedp = prefix_opc_table[insn];
290 max_matchedp = opc_table[insn];
375 max_matchedp = opcodep;
392 opc_table[insn] = max_matchedp;
394 prefix_opc_table[insn] = max_matchedp;
397 return max_matchedp;
178 const struct cris_opcode *max_matchedp = NULL; local

Completed in 19 milliseconds