Searched refs:new_templ (Results 1 – 1 of 1) sorted by relevance
6951 templates *templ, *new_templ; in fill_instruction_hash_table() local6954 new_templ = (templates *) xmalloc (sizeof (templates)); in fill_instruction_hash_table()6955 new_templ->opcode = opcode; in fill_instruction_hash_table()6956 new_templ->next = NULL; in fill_instruction_hash_table()6959 checked_hash_insert (aarch64_ops_hsh, opcode->name, (void *) new_templ); in fill_instruction_hash_table()6962 new_templ->next = templ->next; in fill_instruction_hash_table()6963 templ->next = new_templ; in fill_instruction_hash_table()