Lines Matching refs:double_nop
681 struct vliw_chain *double_nop = (struct vliw_chain *) xmalloc (sizeof (struct vliw_chain)); in frv_tomcat_shuffle() local
753 prev_vliw->next = double_nop; in frv_tomcat_shuffle()
755 vliw_chain_top = double_nop; in frv_tomcat_shuffle()
757 double_nop->next = vliw_to_split; in frv_tomcat_shuffle()
777 double_nop->next = second_part; in frv_tomcat_shuffle()
788 double_nop->next = single_nop; in frv_tomcat_shuffle()
789 double_nop->insn_count = 2; in frv_tomcat_shuffle()
790 double_nop->insn_list = &double_nop_insn; in frv_tomcat_shuffle()
799 prev_vliw->next = double_nop; in frv_tomcat_shuffle()
801 vliw_chain_top = double_nop; in frv_tomcat_shuffle()
825 vliw_to_split->next = double_nop; in frv_tomcat_shuffle()