Searched refs:new_templ (Results 1 – 1 of 1) sorted by relevance
9965 templates *templ, *new_templ; in fill_instruction_hash_table() local9968 new_templ = XNEW (templates); in fill_instruction_hash_table()9969 new_templ->opcode = opcode; in fill_instruction_hash_table()9970 new_templ->next = NULL; in fill_instruction_hash_table()9973 checked_hash_insert (aarch64_ops_hsh, opcode->name, (void *) new_templ); in fill_instruction_hash_table()9976 new_templ->next = templ->next; in fill_instruction_hash_table()9977 templ->next = new_templ; in fill_instruction_hash_table()