HomeSort by: relevance | last modified time | path
    Searched defs:last_opnd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 3964 int last_immed, last_opnd, opi;
3973 last_opnd = xtensa_opcode_num_operands (isa, opcode);
3974 for (opi = last_opnd - 1; opi >= 0; opi--)
3955 int last_immed, last_opnd, opi; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 3964 int last_immed, last_opnd, opi;
3973 last_opnd = xtensa_opcode_num_operands (isa, opcode);
3974 for (opi = last_opnd - 1; opi >= 0; opi--)
3955 int last_immed, last_opnd, opi; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 3962 int last_immed, last_opnd, opi;
3971 last_opnd = xtensa_opcode_num_operands (isa, opcode);
3972 for (opi = last_opnd - 1; opi >= 0; opi--)
3953 int last_immed, last_opnd, opi; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 3964 int last_immed, last_opnd, opi;
3973 last_opnd = xtensa_opcode_num_operands (isa, opcode);
3974 for (opi = last_opnd - 1; opi >= 0; opi--)
3955 int last_immed, last_opnd, opi; local

Completed in 52 milliseconds