Searched refs:opc_list (Results 1 – 1 of 1) sorted by relevance
3131 tic6x_opcode_list *opc_list, *opc; in md_assemble() local3193 opc_list = hash_find_n (opcode_hash, str, p - str); in md_assemble()3194 if (opc_list == NULL) in md_assemble()3256 for (opc = opc_list; opc; opc = opc->next) in md_assemble()3264 for (opc = opc_list; opc; opc = opc->next) in md_assemble()