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

  /src/external/gpl3/binutils/dist/opcodes/
cris-dis.c 643 const struct cris_opcode *matchedp,
649 const char *template_name = (const char *) matchedp->args;
661 if (matchedp->imm_oprnd_size == SIZE_FIX_32)
663 else if (matchedp->imm_oprnd_size == SIZE_SPEC_REG)
1383 const struct cris_opcode *matchedp;
1429 matchedp = NULL;
1478 matchedp = get_opcode_entry (insn, NO_CRIS_PREFIX, disdata);
1482 if (matchedp != NULL && PARSE_PREFIX && matchedp->args[0] == 'p')
1486 prefix_size = bytes_to_skip (prefix_insn, matchedp,
1382 const struct cris_opcode *matchedp; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c 643 const struct cris_opcode *matchedp,
649 const char *template_name = (const char *) matchedp->args;
661 if (matchedp->imm_oprnd_size == SIZE_FIX_32)
663 else if (matchedp->imm_oprnd_size == SIZE_SPEC_REG)
1383 const struct cris_opcode *matchedp;
1429 matchedp = NULL;
1478 matchedp = get_opcode_entry (insn, NO_CRIS_PREFIX, disdata);
1482 if (matchedp != NULL && PARSE_PREFIX && matchedp->args[0] == 'p')
1486 prefix_size = bytes_to_skip (prefix_insn, matchedp,
1382 const struct cris_opcode *matchedp; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-dis.c 643 const struct cris_opcode *matchedp,
649 const char *template_name = (const char *) matchedp->args;
661 if (matchedp->imm_oprnd_size == SIZE_FIX_32)
663 else if (matchedp->imm_oprnd_size == SIZE_SPEC_REG)
1383 const struct cris_opcode *matchedp;
1429 matchedp = NULL;
1478 matchedp = get_opcode_entry (insn, NO_CRIS_PREFIX, disdata);
1482 if (matchedp != NULL && PARSE_PREFIX && matchedp->args[0] == 'p')
1486 prefix_size = bytes_to_skip (prefix_insn, matchedp,
1382 const struct cris_opcode *matchedp; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
cris-dis.c 643 const struct cris_opcode *matchedp,
649 const char *template_name = (const char *) matchedp->args;
661 if (matchedp->imm_oprnd_size == SIZE_FIX_32)
663 else if (matchedp->imm_oprnd_size == SIZE_SPEC_REG)
1383 const struct cris_opcode *matchedp;
1429 matchedp = NULL;
1478 matchedp = get_opcode_entry (insn, NO_CRIS_PREFIX, disdata);
1482 if (matchedp != NULL && PARSE_PREFIX && matchedp->args[0] == 'p')
1486 prefix_size = bytes_to_skip (prefix_insn, matchedp,
1382 const struct cris_opcode *matchedp; local
    [all...]

Completed in 90 milliseconds