Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-aarch64.c9965 templates *templ, *new_templ; in fill_instruction_hash_table() local
9968 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()