Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-asm.c128 CGEN_INSN_LIST **asm_hash_table; in build_asm_hash_table() local
134 asm_hash_table = (CGEN_INSN_LIST **) in build_asm_hash_table()
136 memset (asm_hash_table, 0, hash_size * sizeof (CGEN_INSN_LIST *)); in build_asm_hash_table()
149 asm_hash_table, hash_entry_buf); in build_asm_hash_table()
156 asm_hash_table, hash_entry_buf); in build_asm_hash_table()
162 asm_hash_table, hash_entry_buf); in build_asm_hash_table()
167 asm_hash_table, hash_entry_buf); in build_asm_hash_table()
169 cd->asm_hash_table = asm_hash_table; in build_asm_hash_table()
180 if (cd->asm_hash_table == NULL) in cgen_asm_lookup_insn()
184 return cd->asm_hash_table[hash]; in cgen_asm_lookup_insn()
/toolchain/binutils/binutils-2.25/include/opcode/
Dcgen.h1354 CGEN_INSN_LIST **asm_hash_table; member
DChangeLog-91031464 parse_operand_fn,asm_hash_table,asm_hash_table_entries,