HomeSort by relevance Sort by last modified time
    Searched full:temp_insn (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-frv.c 847 struct vliw_insn_list *temp_insn = NULL;
876 temp_insn = frv_find_in_vliw (VLIW_BRANCH_TYPE, vliw2, vliw1->insn_list->sym);
877 if (temp_insn)
880 temp_insn->dnop_frag->fr_subtype = NOP_KEEP;
888 && (temp_insn = frv_find_in_vliw (VLIW_BRANCH_TYPE, vliw3, vliw1->insn_list->sym)) != NULL)
890 temp_insn->snop_frag->fr_subtype = NOP_KEEP;
906 if ((temp_insn = frv_find_in_vliw (VLIW_BRANCH_TYPE, vliw2, this_insn->sym)) != NULL)
908 temp_insn->snop_frag->fr_subtype = NOP_KEEP;
937 if ((temp_insn = frv_find_in_vliw (VLIW_LABEL_TYPE, vliw1, this_insn->sym)) != NULL)
845 struct vliw_insn_list *temp_insn = NULL; local
    [all...]

Completed in 153 milliseconds