Searched refs:vliw_to_split (Results 1 – 1 of 1) sorted by relevance
672 struct vliw_chain *vliw_to_split, in frv_tomcat_shuffle() argument679 struct vliw_insn_list *curr_insn = vliw_to_split->insn_list; in frv_tomcat_shuffle()702 while (curr_vliw && curr_vliw != vliw_to_split) in frv_tomcat_shuffle()718 single_nop->next = vliw_to_split; in frv_tomcat_shuffle()719 vliw_to_split->insn_list->type = VLIW_BRANCH_HAS_NOPS; in frv_tomcat_shuffle()720 return_me = vliw_to_split; in frv_tomcat_shuffle()735 second_part->next = vliw_to_split->next; in frv_tomcat_shuffle()740 vliw_to_split->next = single_nop; in frv_tomcat_shuffle()744 frv_adjust_vliw_count (vliw_to_split); in frv_tomcat_shuffle()757 double_nop->next = vliw_to_split; in frv_tomcat_shuffle()[all …]