Home | History | Annotate | Download | only in opcodes

Lines Matching refs:opc1

2651 opcodes_eq (struct ia64_opcode *opc1, struct ia64_opcode *opc2)
2656 if ((opc1->mask != opc2->mask) || (opc1->type != opc2->type)
2657 || (opc1->num_outputs != opc2->num_outputs)
2658 || (opc1->flags != opc2->flags))
2662 if (opc1->operands[x] != opc2->operands[x])
2665 plen1 = get_prefix_len (opc1->name);
2668 if (plen1 == plen2 && (memcmp (opc1->name, opc2->name, plen1) == 0))