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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 14535 unsigned long n32opc;
14538 n32opc = bfd_get_micromips_32 (abfd, ptr + 4);
14540 if (MATCH (n32opc, nop_insn_32))
14547 else if (find_match (n32opc, move_insns_32) >= 0)
14552 | MOVE16_RD_FIELD (MOVE32_RD (n32opc))
14553 | MOVE16_RS_FIELD (MOVE32_RS (n32opc))),
14492 unsigned long n32opc; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 14484 unsigned long n32opc;
14487 n32opc = bfd_get_micromips_32 (abfd, ptr + 4);
14489 if (MATCH (n32opc, nop_insn_32))
14496 else if (find_match (n32opc, move_insns_32) >= 0)
14501 | MOVE16_RD_FIELD (MOVE32_RD (n32opc))
14502 | MOVE16_RS_FIELD (MOVE32_RS (n32opc))),
14441 unsigned long n32opc; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 14379 unsigned long n32opc;
14382 n32opc = bfd_get_micromips_32 (abfd, ptr + 4);
14384 if (MATCH (n32opc, nop_insn_32))
14391 else if (find_match (n32opc, move_insns_32) >= 0)
14396 | MOVE16_RD_FIELD (MOVE32_RD (n32opc))
14397 | MOVE16_RS_FIELD (MOVE32_RS (n32opc))),
14336 unsigned long n32opc; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 14392 unsigned long n32opc;
14395 n32opc = bfd_get_micromips_32 (abfd, ptr + 4);
14397 if (MATCH (n32opc, nop_insn_32))
14404 else if (find_match (n32opc, move_insns_32) >= 0)
14409 | MOVE16_RD_FIELD (MOVE32_RD (n32opc))
14410 | MOVE16_RS_FIELD (MOVE32_RS (n32opc))),
14349 unsigned long n32opc; local

Completed in 125 milliseconds