Searched refs:vliw_to_split (Results 1 – 2 of 2) sorted by relevance
671 struct vliw_chain *vliw_to_split, in frv_tomcat_shuffle() argument678 struct vliw_insn_list *curr_insn = vliw_to_split->insn_list; in frv_tomcat_shuffle()701 while (curr_vliw && curr_vliw != vliw_to_split) in frv_tomcat_shuffle()717 single_nop->next = vliw_to_split; in frv_tomcat_shuffle()718 vliw_to_split->insn_list->type = VLIW_BRANCH_HAS_NOPS; in frv_tomcat_shuffle()719 return_me = vliw_to_split; in frv_tomcat_shuffle()734 second_part->next = vliw_to_split->next; in frv_tomcat_shuffle()739 vliw_to_split->next = single_nop; in frv_tomcat_shuffle()743 frv_adjust_vliw_count (vliw_to_split); in frv_tomcat_shuffle()756 double_nop->next = vliw_to_split; in frv_tomcat_shuffle()[all …]