Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-frv.c681 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()
[all …]