Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-frv.c641 struct vliw_insn_list *this_insn; local
648 for (this_insn = this_chain->insn_list; this_insn; this_insn = this_insn->next)
650 if (this_insn->type == VLIW_LABEL_TYPE)
651 fprintf (stderr, "Label Value: %d\n", (int) this_insn->sym);
652 else if (this_insn->type == VLIW_BRANCH_TYPE)
653 fprintf (stderr, "%s to %d\n", this_insn->insn->base->name, (int) this_insn->sym);
654 else if (this_insn->type == VLIW_BRANCH_HAS_NOPS)
655 fprintf (stderr, "nop'd %s to %d\n", this_insn->insn->base->name, (int) this_insn->sym);
656 else if (this_insn->type == VLIW_NOP_TYPE)
659 fprintf (stderr, " %s\n", this_insn->insn->base->name);
[all …]