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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 14327 unsigned long nextopc;
14389 nextopc = bfd_get_micromips_32 (abfd, contents + irel[1].r_offset);
14393 if (OP32_SREG (nextopc) != reg)
14409 nextopc &= ~0x001f0000;
14410 bfd_put_16 (abfd, (nextopc >> 16) & 0xffff,
14419 && MATCH (nextopc, addiu_insn)
14420 && OP32_TREG (nextopc) == OP32_SREG (nextopc)
14421 && OP16_VALID_REG (OP32_TREG (nextopc)))
14427 nextopc = (addiupc_insn.matc
14284 unsigned long nextopc; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 14276 unsigned long nextopc;
14338 nextopc = bfd_get_micromips_32 (abfd, contents + irel[1].r_offset);
14342 if (OP32_SREG (nextopc) != reg)
14358 nextopc &= ~0x001f0000;
14359 bfd_put_16 (abfd, (nextopc >> 16) & 0xffff,
14368 && MATCH (nextopc, addiu_insn)
14369 && OP32_TREG (nextopc) == OP32_SREG (nextopc)
14370 && OP16_VALID_REG (OP32_TREG (nextopc)))
14376 nextopc = (addiupc_insn.matc
14233 unsigned long nextopc; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 14171 unsigned long nextopc;
14233 nextopc = bfd_get_micromips_32 (abfd, contents + irel[1].r_offset);
14237 if (OP32_SREG (nextopc) != reg)
14253 nextopc &= ~0x001f0000;
14254 bfd_put_16 (abfd, (nextopc >> 16) & 0xffff,
14263 && MATCH (nextopc, addiu_insn)
14264 && OP32_TREG (nextopc) == OP32_SREG (nextopc)
14265 && OP16_VALID_REG (OP32_TREG (nextopc)))
14271 nextopc = (addiupc_insn.matc
14128 unsigned long nextopc; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 14184 unsigned long nextopc;
14246 nextopc = bfd_get_micromips_32 (abfd, contents + irel[1].r_offset);
14250 if (OP32_SREG (nextopc) != reg)
14266 nextopc &= ~0x001f0000;
14267 bfd_put_16 (abfd, (nextopc >> 16) & 0xffff,
14276 && MATCH (nextopc, addiu_insn)
14277 && OP32_TREG (nextopc) == OP32_SREG (nextopc)
14278 && OP16_VALID_REG (OP32_TREG (nextopc)))
14284 nextopc = (addiupc_insn.matc
14141 unsigned long nextopc; local
    [all...]

Completed in 61 milliseconds