Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dcris-dis.c656 const struct cris_opcode *matchedp, in bytes_to_skip() argument
662 const char *template_name = (const char *) matchedp->args; in bytes_to_skip()
674 if (matchedp->imm_oprnd_size == SIZE_FIX_32) in bytes_to_skip()
676 else if (matchedp->imm_oprnd_size == SIZE_SPEC_REG) in bytes_to_skip()
1399 const struct cris_opcode *matchedp; in print_insn_cris_generic() local
1445 matchedp = NULL; in print_insn_cris_generic()
1494 matchedp = get_opcode_entry (insn, NO_CRIS_PREFIX, disdata); in print_insn_cris_generic()
1498 if (matchedp != NULL && PARSE_PREFIX && matchedp->args[0] == 'p') in print_insn_cris_generic()
1502 prefix_size = bytes_to_skip (prefix_insn, matchedp, in print_insn_cris_generic()
1504 prefix_opcodep = matchedp; in print_insn_cris_generic()
[all …]