Home | History | Annotate | Download | only in bfd

Lines Matching refs:opi

3964   int last_immed, last_opnd, opi;
3974 for (opi = last_opnd - 1; opi >= 0; opi--)
3976 if (xtensa_operand_is_visible (isa, opcode, opi) == 0)
3978 if (xtensa_operand_is_PCrelative (isa, opcode, opi) == 1)
3980 last_immed = opi;
3984 && xtensa_operand_is_register (isa, opcode, opi) == 0)
3985 last_immed = opi;
4399 unsigned opi;
4410 for (opi = 0; opi < (sizeof (narrowable)/sizeof (struct string_pair)); opi++)
4412 bool is_or = (strcmp ("or", narrowable[opi].wide) == 0);
4414 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide))
4424 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow);
4563 unsigned opi;
4574 for (opi = 0; opi < (sizeof (widenable)/sizeof (struct string_pair)); opi++)
4576 bool is_or = (strcmp ("or", widenable[opi].wide) == 0);
4577 bool is_branch = (strcmp ("beqz", widenable[opi].wide) == 0
4578 || strcmp ("bnez", widenable[opi].wide) == 0);
4580 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow))
4590 o_opcode = xtensa_opcode_lookup (isa, widenable[opi].wide);