HomeSort by relevance Sort by last modified time
    Searched refs:hash_insn_array (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
cgen-dis.c 28 static CGEN_INSN_LIST * hash_insn_array (CGEN_CPU_DESC, const CGEN_INSN *, int, int, CGEN_INSN_LIST **, CGEN_INSN_LIST *);
99 hash_insn_array (CGEN_CPU_DESC cd, function
135 This function is identical to hash_insn_array except the insns are
198 hash_entry_buf = hash_insn_array (cd,
206 hash_entry_buf = hash_insn_array (cd, macro_insn_table->init_entries,
cgen-asm.c 31 static CGEN_INSN_LIST * hash_insn_array (CGEN_CPU_DESC, const CGEN_INSN *, int, int, CGEN_INSN_LIST **, CGEN_INSN_LIST *);
66 hash_insn_array (CGEN_CPU_DESC cd, function
92 This function is identical to hash_insn_array except the insns are
145 hash_entry_buf = hash_insn_array (cd,
153 hash_entry_buf = hash_insn_array (cd, macro_insn_table->init_entries,

Completed in 217 milliseconds