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

  /src/external/gpl3/binutils/dist/bfd/
coff-sh.c 2490 const struct sh_opcode *next2_op;
2493 next2_op = sh_insn_info (next2_insn);
2494 if (next2_op == NULL
2495 || ((next2_op->flags & (LOAD | STORE)) == 0
2496 && sh_load_use (insn, op, next2_insn, next2_op)))
2488 const struct sh_opcode *next2_op; local
  /src/external/gpl3/binutils.old/dist/bfd/
coff-sh.c 2492 const struct sh_opcode *next2_op;
2495 next2_op = sh_insn_info (next2_insn);
2496 if (next2_op == NULL
2497 || ((next2_op->flags & (LOAD | STORE)) == 0
2498 && sh_load_use (insn, op, next2_insn, next2_op)))
2490 const struct sh_opcode *next2_op; local
  /src/external/gpl3/gdb/dist/bfd/
coff-sh.c 2492 const struct sh_opcode *next2_op;
2495 next2_op = sh_insn_info (next2_insn);
2496 if (next2_op == NULL
2497 || ((next2_op->flags & (LOAD | STORE)) == 0
2498 && sh_load_use (insn, op, next2_insn, next2_op)))
2490 const struct sh_opcode *next2_op; local
  /src/external/gpl3/gdb.old/dist/bfd/
coff-sh.c 2492 const struct sh_opcode *next2_op;
2495 next2_op = sh_insn_info (next2_insn);
2496 if (next2_op == NULL
2497 || ((next2_op->flags & (LOAD | STORE)) == 0
2498 && sh_load_use (insn, op, next2_insn, next2_op)))
2490 const struct sh_opcode *next2_op; local

Completed in 379 milliseconds