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

  /toolchain/binutils/binutils-2.27/opcodes/
cgen-asm.c 128 CGEN_INSN_LIST **asm_hash_table; local
134 asm_hash_table = (CGEN_INSN_LIST **)
136 memset (asm_hash_table, 0, hash_size * sizeof (CGEN_INSN_LIST *));
149 asm_hash_table, hash_entry_buf);
156 asm_hash_table, hash_entry_buf);
162 asm_hash_table, hash_entry_buf);
167 asm_hash_table, hash_entry_buf);
169 cd->asm_hash_table = asm_hash_table;
180 if (cd->asm_hash_table == NULL
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cgen.h 1358 CGEN_INSN_LIST **asm_hash_table; member in struct:cgen_cpu_desc
    [all...]

Completed in 331 milliseconds