Searched refs:get_opcode_entry (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cris-dis.c | 170 get_opcode_entry (unsigned int insn, in get_opcode_entry() function 244 : get_opcode_entry (prefix_insn, NO_CRIS_PREFIX, disdata)); in get_opcode_entry() 464 = get_opcode_entry (prefix_insn, NO_CRIS_PREFIX, disdata); in cris_constraint() 484 = get_opcode_entry (prefix_insn, NO_CRIS_PREFIX, disdata); in cris_constraint() 1494 matchedp = get_opcode_entry (insn, NO_CRIS_PREFIX, disdata); in print_insn_cris_generic() 1507 matchedp = get_opcode_entry (insn, prefix_insn, disdata); in print_insn_cris_generic()
|
D | ChangeLog-2004 | 79 (get_opcode_entry): Add struct cris_disasm_data * parameter. All 88 (get_opcode_entry): Call malloc, not xmalloc. Return NULL on
|